You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I literally tried everything... on a mac, on windows, on arduino 1.8.10 down to 1.6.7...python 2.7.15,
ajson 5 and ajson6 , i've installed all the libraries that were popping out as missing...
I can't get it to work
This is the error with the tool "esptool write_flash: error: argument
: Must be pairs of an address and the binary filename to write there
SPIFFS Upload failed!"
This when compiling:"
ESPmanager-example:81:2: error: 'settings' was not declared in this scope
settings.handle();
C:.......\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.6.1\libraries\ArduinoOTA/ESPmanager.h:38:5: error: 'MQTTClient' does not name a type
MQTTClient mqttCli;
^
ESPmanager-example:31:1: error: 'ESPmanager' does not name a type
ESPmanager settings(HTTP, SPIFFS);
^
C:.....\AppData\Local\Temp\Temp1_ESPmanager-1.2.0.zip\ESPmanager-1.2.0\examples\ESPmanager-example\ESPmanager-example.ino: In function 'void setup()':
ESPmanager-example:53:2: error: 'settings' was not declared in this scope
settings.begin();
^
C:....\AppData\Local\Temp\Temp1_ESPmanager-1.2.0.zip\ESPmanager-1.2.0\examples\ESPmanager-example\ESPmanager-example.ino: In lambda function:
ESPmanager-example:60:10: error: 'settings' is not captured
return settings.portal();
^
C:....\AppData\Local\Temp\Temp1_ESPmanager-1.2.0.zip\ESPmanager-1.2.0\examples\ESPmanager-example\ESPmanager-example.ino: In function 'void setup()':
ESPmanager-example:61:3: error: no matching function for call to 'AsyncWebRewrite::setFilter(setup()::__lambda1)'
I'm literally out of ideas and it's a pitty 'cause it is the most complete manager as far as I'm concerned...
The text was updated successfully, but these errors were encountered:
I literally tried everything... on a mac, on windows, on arduino 1.8.10 down to 1.6.7...python 2.7.15,
: Must be pairs of an address and the binary filename to write thereajson 5 and ajson6 , i've installed all the libraries that were popping out as missing...
I can't get it to work
This is the error with the tool "esptool write_flash: error: argument
SPIFFS Upload failed!"
This when compiling:"
ESPmanager-example:81:2: error: 'settings' was not declared in this scope
settings.handle();
C:.......\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.6.1\libraries\ArduinoOTA/ESPmanager.h:38:5: error: 'MQTTClient' does not name a type
ESPmanager-example:31:1: error: 'ESPmanager' does not name a type
ESPmanager settings(HTTP, SPIFFS);
^
C:.....\AppData\Local\Temp\Temp1_ESPmanager-1.2.0.zip\ESPmanager-1.2.0\examples\ESPmanager-example\ESPmanager-example.ino: In function 'void setup()':
ESPmanager-example:53:2: error: 'settings' was not declared in this scope
settings.begin();
^
C:....\AppData\Local\Temp\Temp1_ESPmanager-1.2.0.zip\ESPmanager-1.2.0\examples\ESPmanager-example\ESPmanager-example.ino: In lambda function:
ESPmanager-example:60:10: error: 'settings' is not captured
return settings.portal();
C:....\AppData\Local\Temp\Temp1_ESPmanager-1.2.0.zip\ESPmanager-1.2.0\examples\ESPmanager-example\ESPmanager-example.ino: In function 'void setup()':
ESPmanager-example:61:3: error: no matching function for call to 'AsyncWebRewrite::setFilter(setup()::__lambda1)'
I'm literally out of ideas and it's a pitty 'cause it is the most complete manager as far as I'm concerned...
The text was updated successfully, but these errors were encountered: