add activate/hibernate callback for tile jumps

This commit is contained in:
sharandac
2020-08-13 14:19:24 +02:00
parent 1cae941d1d
commit bfa8e287ad
11 changed files with 1505 additions and 28 deletions

View File

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