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

Works with IDE 1.6.12 and ESP_ARDUINO release 2.3 #8

Open
Defragster opened this issue Oct 7, 2016 · 1 comment
Open

Works with IDE 1.6.12 and ESP_ARDUINO release 2.3 #8

Defragster opened this issue Oct 7, 2016 · 1 comment

Comments

@Defragster
Copy link

I just powered up an ESP8266 unit connected to a Teensy and both are programmable with the IDE 1.6.12 and compile of nailbuster/myWebServer with ESP updated to release 2.3 update from 'Boards Manager' worked for OTA updates (until I forgot to double check Tools and my 3MB SPIFFS was 'defaulted' to 64K with 512KB for code) - so not enough room for 311KB sketch, and I lost my data.

Not tested extensively beyond a few OTA's before the IDE broke me - I now need to get back to a Serial upload through Teensy to get OTA back online.

Some notes I made for this update here as I work with a new Teensy and PCB with an ESP8266 mounted - with options for Teensy to have display and added external Flash and RAM:
https://github.com/FrankBoesing/FlexiBoard/blob/master/extras/ESP8266/README2.ArduinoESP.md

@Defragster
Copy link
Author

I did get these compile time nuisance warnings:
i:\tcode\libraries\myWebServer\myWebServer.cpp: In member function 'String MyWebServerClass::urlencode(String)':
i:\tcode\libraries\myWebServer\myWebServer.cpp:161:7: warning: variable 'code2' set but not used [-Wunused-but-set-variable]
char code2;
^
i:\tcode\libraries\myWebServer\myWebServer.cpp: In function 'bool handleFileRead(String)':
i:\tcode\libraries\myWebServer\myWebServer.cpp:245:11: warning: unused variable 'sent' [-Wunused-variable]
size_t sent = server.streamFile(file, contentType);
^
i:\tcode\libraries\myWebServer\myWebServer.cpp: In function 'bool handleFileDownload(String)':
i:\tcode\libraries\myWebServer\myWebServer.cpp:339:10: warning: unused variable 'sent' [-Wunused-variable]
size_t sent = server.streamFile(file, contentType);
^

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