ESP-NOW Transmitter comments

This commit is contained in:
2025-06-17 14:42:51 -04:00
parent abd808c2ba
commit c0295084bb

View File

@@ -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 // Function for sending the data to the receiver
void sendData (void) { void sendData (void);
/*{
buffer.crc = 0; buffer.crc = 0;
buffer.x_axis = 240; buffer.x_axis = 240;
buffer.y_axis = 256; buffer.y_axis = 256;
@@ -136,7 +137,7 @@ void sendData (void) {
receiver_mac[3], receiver_mac[4], receiver_mac[5]); receiver_mac[3], receiver_mac[4], receiver_mac[5]);
deletePeer(); deletePeer();
} }
} }*/
static void rc_send_data_task() static void rc_send_data_task()
{ {
while (true) { while (true) {