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 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.
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);
^
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
The text was updated successfully, but these errors were encountered: