[ESP32 x PlatformIO] Move the configuration file (AWS IoT) from LittleFS to the NVS area.
Currently, the configuration file is placed under the data directory and included in the SPIFFS area at the time of build, but when LittleFS storage overflows due to a problem in the download process, etc., there is a possibility of failure, such as reading certificates, so change to writing and reading in the NVS area.
2024.05.22
2024.06.10
Development/Design