@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user