mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-18 20:07:12 +00:00
ESP-NOW Transmitter comments
This commit is contained in:
@@ -103,7 +103,8 @@ static 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;
|
||||
buffer.y_axis = 256;
|
||||
@@ -136,7 +137,7 @@ void sendData (void) {
|
||||
receiver_mac[3], receiver_mac[4], receiver_mac[5]);
|
||||
deletePeer();
|
||||
}
|
||||
}
|
||||
}*/
|
||||
static void rc_send_data_task()
|
||||
{
|
||||
while (true) {
|
||||
|
Reference in New Issue
Block a user