mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-19 10:29:04 +00:00
ESP-NOW-Transmitter
This commit is contained in:
@@ -462,5 +462,5 @@ void app_main(void)
|
||||
esp_now_add_peer(&devices);
|
||||
|
||||
// Defince a task for periodically sending ESPNOW remote control data
|
||||
xTaskCreaterc_(rc_send_data_task, "RC", 2048, NULL, 4, NULL);
|
||||
xTaskCreate(rc_send_data_task, "RC", 2048, NULL, 4, NULL);
|
||||
}
|
||||
|
Reference in New Issue
Block a user