mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 06:18:57 +00:00
Code comments
This commit is contained in:
@@ -148,6 +148,6 @@ void app_main(void)
|
|||||||
esp_now_add_peer(&peerInfo); // Add peer to the list of registered devices
|
esp_now_add_peer(&peerInfo); // Add peer to the list of registered devices
|
||||||
|
|
||||||
// Define a task to periodically call function that sends data
|
// Define a task to periodically call function that sends data
|
||||||
xTaskCreate (rc_send_data_task, "RC", 2048, NULL, 15, NULL);
|
xTaskCreate (rc_send_data_task, "RC", 2048, NULL, 15, NULL); // sendData()
|
||||||
xTaskCreate (joystick_task, "RC", 2048, NULL, 2, NULL);
|
xTaskCreate (joystick_task, "RC", 2048, NULL, 2, NULL); // joystick_show_raw_xy()
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user