thetek

Results 17 comments of thetek

> I would not trust this list for static IPs at all. :) I don't! :) I was just looking to see if the router recognized it at all. The...

I am 100% sure the Wi-Fi is **not** connected. The SSID and passphrase are both set to an empty string, and `.connect()` isn't even called. There is no NVS in...

Obviously, I used the `ping` command for pinging the esp32. It seems that it only happens for approximately 15-20 secs after flashing a new firmware on the device with a...

- Pinging the router from a PC works as expected. - Pinging the router with `EspPing::default()`: - Only works when the Ethernet driver is created after the Wi-Fi driver. -...

A time longer than that will likely never happen. But in *theory* (i.e. when the fields are manually overwritten) it would be possible. The version field does however provide a...

By default, ESP-IDF uses `git describe --always` for filling the version field (see https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/misc_system_api.html#app-version). There are three options of how to avoid this issue: - manually specify a version (but...