Hugo
Hugo
httpUpdate supports SPIFFS, but not LittleFS. Need to add this to the feature request.
Thanks @ericreg , appreciate! After $brew install pkgconfig, the $pip3 install pupil-labs-uvc command yields: error: externally-managed-environment × This environment is externally managed ╰─> To install Python packages system-wide, try brew...
I got the same error that relates to ESP32-C3 only. /Users/user/Documents/Arduino/libraries/ESPAsyncWebServer/src/AsyncWebSocket.cpp: In member function 'IPAddress AsyncWebSocketClient::remoteIP()': /Users/user/Documents/Arduino/libraries/ESPAsyncWebServer/src/AsyncWebSocket.cpp:832:28: error: call of overloaded 'IPAddress(unsigned int)' is ambiguous return IPAddress(0U); ^ In file...
@jnule1a You rock! I am not using WebSockets and changed the line as you said to return IPAddress ((uint32_t) OU), and the compiler took it. :) Thanks so much!
This flashes SPIFFS to ESP32-C3, and receives error: E (241) SPIFFS: mount failed, -10025 Still not working for ESP32-C3. SPIFFS.begin(true); // doesn't help, still have the error above