lbernstone
lbernstone
`ARDUINO_EVENT_ETH_GOT_IP6` would mean that an address is assigned. How are you expecting to get your ipv6 address? SLAAC and DHCPv6 are not enabled in sdkconfig.
@VojtechBartoska It might be worthwhile to include the old analogRead from 1.0.x as an analogReadLegacy function, which will only work on esp32, but will have the speed of the old...
Not a problem of frequency or upload speed. The problem is exactly what the error message says. Your psram is either not available, or is damaged. Note that psram requires...
Can you post a couple small example sketch .bin's and an exact process that causes the problem. It will be easier to understand the issue if we can reproduce it.
You must provide a certificate authority cert (CAcert) for the site if you want to connect to a protected site. You can set setInsecure before the connection, which tells WiFiClientSecure...
The links you are using for the Boards Manager URL are incorrect. Please verify they match the documentation: https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html
If you redefine the function by calling `extern "C" esp_err_t esp_sleep_enable_ext0_wakeup(gpio_num_t gpio_num, int level);`, it probably isn't going to find the code. The example as included in the repo compiles.
Ah, esp32-c3 does not support rtc wakeup. esp_deep_sleep_enable_gpio_wakeup should work: `esp_deep_sleep_enable_gpio_wakeup(1
If you change the http.end to: `if (http.connected()) http.end();` do you get an exception?
@me-no-dev Is there a reason this is not enabled by default?