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:
@@ -90,7 +90,7 @@ void statusDataSend(const uint8_t *mac_addr, esp_now_send_status_t status) {
|
||||
}
|
||||
}
|
||||
// Function for sending the data to the receiver
|
||||
void sendData (void)
|
||||
void sendData (void);/*
|
||||
{
|
||||
buffer.crc = 0;
|
||||
buffer.x_axis = 240;
|
||||
@@ -124,7 +124,7 @@ void sendData (void)
|
||||
receiver_mac[3], receiver_mac[4], receiver_mac[5]);
|
||||
deletePeer();
|
||||
}
|
||||
}
|
||||
}*/
|
||||
//void rc_send_data_task(void *arg);
|
||||
/*{
|
||||
while (true) {
|
||||
|
Reference in New Issue
Block a user