latest code

Signed-off-by: Peter Siegmund <peter@rdkr.com>
This commit is contained in:
Peter Siegmund
2024-09-06 16:29:56 +02:00
parent d1f4beed3b
commit 7774417a35
19 changed files with 8002 additions and 12422 deletions

View File

@@ -6,8 +6,8 @@
#include "splash_screen.h"
extern "C" void app_main(void) {
splash_screen();
splash_screen();
xTaskCreatePinnedToCore(mapView, "mapView", 4096, NULL, 5, NULL, 1);
vTaskDelete(NULL);
xTaskCreatePinnedToCore(mapView, "mapView", 4096, NULL, 5, NULL, 1);
vTaskDelete(NULL);
}