File diff suppressed because it is too large
Load Diff
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user