ESP-NOW Transmitter comments

This commit is contained in:
2025-06-17 16:05:38 -04:00
parent df65c2801d
commit 48950ae8b7

View File

@@ -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) {