I have downloaded the latest version of the Demo Master from Github but when I ask Arduino to verify it I get:
In file included from /Users/caas1947gmail.com/Library/CloudStorage/Dropbox/Arduino/libraries/ESPUI-master/src/ESPUI.h:33,
from /Users/caas1947gmail.com/Library/CloudStorage/Dropbox/ESP32/powerfeather-demo-master/powerfeather-demo/powerfeather-demo.ino:2:
/Users/caas1947gmail.com/Library/CloudStorage/Dropbox/Arduino/libraries/ESP_Async_WebServer/src/ESPAsyncWebServer.h: In member function 'tcp_state AsyncWebServer::state() const':
/Users/caas1947gmail.com/Library/CloudStorage/Dropbox/Arduino/libraries/ESP_Async_WebServer/src/ESPAsyncWebServer.h:1470:49: error: passing 'const AsyncServer' as 'this' argument discards qualifiers [-fpermissive]
1470 | return static_cast<tcp_state>(_server.status());
| ~~~~~~~~~^~
In file included from /Users/caas1947gmail.com/Library/CloudStorage/Dropbox/Arduino/libraries/ESP_Async_WebServer/src/ESPAsyncWebServer.h:36:
/Users/caas1947gmail.com/Library/CloudStorage/Dropbox/Arduino/libraries/AsyncTCP/src/AsyncTCP.h:198:13: note: in call to 'uint8_t AsyncServer::status()'
198 | uint8_t status();
| ~~
Multiple libraries were found for "WiFi.h"
Used: /Users/caas1947gmail.com/Library/Arduino15/packages/esp32/hardware/esp32/3.3.4/libraries/WiFi
Not used: /Users/caas1947gmail.com/Library/CloudStorage/Dropbox/Arduino/libraries/WiFiNINA
Multiple libraries were found for "EEPROM.h"
Used: /Users/caas1947gmail.com/Library/Arduino15/packages/esp32/hardware/esp32/3.3.4/libraries/EEPROM
Not used: /Users/caas1947gmail.com/Library/CloudStorage/Dropbox/Arduino/libraries/EEPROM
exit status 1
Compilation error: exit status 1
As usual the error message is of little help in understanding what is wrong.
This is a wonderful chip which I have used before but I can't get this new one to even start working.
Please help!!