just create empty cspot_config at first boot - release

This commit is contained in:
philippe44
2022-09-16 22:52:24 -07:00
parent eb6b99d461
commit b48e9fe1fa
2 changed files with 2 additions and 11 deletions

View File

@@ -256,7 +256,7 @@ void ShimAudioSink::feedPCMFrames(const uint8_t *data, size_t bytes) {
/****************************************************************************************
* NVSFile class to store config
*/
bool NVSFile::readFile(std::string filename, std::string &fileContent) {
bool NVSFile::readFile(std::string filename, std::string &fileContent) {
auto search = files.find(filename);
// cache