earlephilhower on master
Only set flashmode byte when up… (compare)
igrr:
thanks to the gdb stub from the guys at Cesanta, i can now halt the ESP on exception, attach the debugger and inspect memory and stack :) extremely helpful.
https://cesanta.com/blog/esp8266-gdb.shtml
too bad their code is GPLv2, so i can only use it locally...
mount
, open
, openDir
, rename
, remove
, etc
File f = open("/spi/config.txt", "r");
File f = SPIFFS.open("/config.txt", "r");