migrate from binary config to json config

This commit is contained in:
sharandac
2020-08-11 14:32:27 +02:00
parent 77703b42b0
commit 33fe453f5e
24 changed files with 557 additions and 226 deletions

View File

@@ -32,6 +32,7 @@ void screenshot_setup( void ) {
log_e("error memory alloc");
while(1);
}
SPIFFS.remove( SCREENSHOT_FILE_NAME );
}
void screenshot_take( void ) {