mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-10 10:23:23 +00:00
ESP-NOW + Wi-Fi
This commit is contained in:
@@ -500,4 +500,6 @@ void app_main(void)
|
||||
ESP_ERROR_CHECK(i2cdev_init());
|
||||
xTaskCreate(task, "test", configMINIMAL_STACK_SIZE * 8, NULL, 5, NULL);
|
||||
xTaskCreate(display_xy, "coordinates", configMINIMAL_STACK_SIZE * 8, NULL, 4, NULL);
|
||||
|
||||
mqtt_app_start();
|
||||
}
|
||||
|
Reference in New Issue
Block a user