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