Open RobAllIsGood opened 3 days ago
Hi Rob, It can be any ESP32 as long as it has 4Mb ram and Wifi
I use Arduino IDE 1.8 (installed on a separate directory) only to upload the HTML and JS files into the SPIFFS file system as this add-on does not work with the 2.xx version. I did not try LittleFS, there are certainly changes to be made.
I installed the following libraries : AsyncTCP and ESP Async WebServer
Hi, seem to be missing a step with the code upload to my ESP module. 3 questions (bit of a noob regarding ESP32 and ARduino).
Does it have to be a ESP32 WROOM or can it be any as long as I select the right board in the Arduino IDE? Triying ESP32 WROOM C6, also got a ESP c3
Does it have to be arduino 1.8, seems I am using the latest, 2.3.3 and"Arduino IDE 2: Install ESP32 LittleFS Uploader", not 1.8
When I try to "Sketch - Program" I get "Compilation error: AsyncTCP.h: No such file or directory". Also getting "the port does not exist" when I try "Uploading LittleFS" , but can see the board "chatting" in the serial monitor.