ESP-NOW + Wi-Fi

This commit is contained in:
2025-07-26 22:25:49 -04:00
parent d6d0c9c7f6
commit 10a9516a86
4 changed files with 216 additions and 1 deletions

View File

@@ -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();
}