Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't compile nor write with the esp8266 sketch data upload.. #30

Open
staffa007 opened this issue Nov 20, 2019 · 0 comments
Open

can't compile nor write with the esp8266 sketch data upload.. #30

staffa007 opened this issue Nov 20, 2019 · 0 comments

Comments

@staffa007
Copy link

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant