latest map style

Signed-off-by: Peter Siegmund <peter@rdkr.com>
This commit is contained in:
Peter Siegmund
2024-06-06 10:10:18 +02:00
parent 1704a17833
commit 41492c07c9
7 changed files with 550 additions and 1108 deletions

View File

@@ -113,6 +113,9 @@ static void smartconfig_task(void* parm) {
if (uxBits & ESPTOUCH_DONE_BIT) {
ESP_LOGI(TAG, "smartconfig over");
esp_smartconfig_stop();
xTaskCreatePinnedToCore(mapView, "mapView", 4096, NULL, 3, NULL, 1);
vTaskDelete(NULL);
}
}