Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By tomjuggler
#91983 Thanks that code snippet was very helpful - just a note for anyone being tripped up by the same issue as I was - pay attention to the 31 character file name limit in LittleFS (including /folder/names/). If you exceed this, the file write will fail silently. Took me 3 days to work this out.