cwi-dis / iotsa

This library contains a framework to easily create web servers that can interface to all sorts of sensors and actuators. esp32 and esp8266.
MIT License
27 stars 2 forks source link

LittleFS pathname problem #45

Open jackjansen opened 3 years ago

jackjansen commented 3 years ago

After creating a configfile (/config/config.cfg for example) the file doesn't exist after a reboot.

The file that doesn't exist is shown (in the console) as /littlefs/config/config.cfg, need to see whether this is an issue with the mount prefix or an issue with the files not surviving reboot.

jackjansen commented 3 years ago

There's too many issues with LittleFS on esp32, disabling it for now:

Need to test that these aren't errors in the iotsa code (by checking things do work on esp8266).