ESP-NOW Transmitter comments

This commit is contained in:
2025-06-17 16:20:24 -04:00
parent 1594dc23ea
commit 91f831cd41
5 changed files with 3 additions and 5 deletions

View File

@@ -1 +1 @@
b2ae7cf41f98dd278d513a65474f9fb86508e8f6
1594dc23ea0ecf612bcbb03e264fb0cefbd8b491

View File

@@ -1,4 +1,2 @@
idf_component_register(SRCS "espnow_transmitter.c"
"joystick.c"
"joystick.h"
INCLUDE_DIRS ".")

View File

@@ -96,7 +96,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;
@@ -130,7 +130,7 @@ void sendData (void);/*
receiver_mac[3], receiver_mac[4], receiver_mac[5]);
deletePeer();
}
}*/
}
/*void rc_send_data_task()
{
while (true) {