Sarthak Kelapure
Sarthak Kelapure
 Note that the LEDs have been removed before testing.
Is there some way to not let the controller get into the USB code?
No, I measure it after 3.3V conversion. Also like I had mentioned, the LEDs have been removed while testing.
@tablatronix How many sets of WiFi credentials are stored in the NVS?
Please consider this dummy code to support. ```cpp #include #include #include "esp_http_client.h" #include static const char *TAG = "HTTP_CLIENT"; #define STACK_SIZE 2048 static WiFiClientSecure ardClient; void Task1(void *pvParameters) { while...
@me-no-dev I updated `arduino-esp32` to v3.0.2 and `ESP-IDF` to v5.1.4 to get it working. Thank you for checking.
`sdkconfig` attached. [sdkconfig.txt](https://github.com/espressif/arduino-esp32/files/15326428/sdkconfig.txt)