mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-18 22:07:15 +00:00
ESP-NOW Transmitter comments
This commit is contained in:
@@ -131,13 +131,13 @@ void sendData (void);/*
|
|||||||
deletePeer();
|
deletePeer();
|
||||||
}
|
}
|
||||||
}*/
|
}*/
|
||||||
//void rc_send_data_task(void *arg);
|
void rc_send_data_task(void *arg)
|
||||||
/*{
|
{
|
||||||
while (true) {
|
while (true) {
|
||||||
if (esp_now_is_peer_exist(receiver_mac))
|
if (esp_now_is_peer_exist(receiver_mac))
|
||||||
sendData();
|
sendData();
|
||||||
vTaskDelay (250 / portTICK_PERIOD_MS);
|
vTaskDelay (250 / portTICK_PERIOD_MS);
|
||||||
}
|
}
|
||||||
}*/
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
Reference in New Issue
Block a user