mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-23 07:00:29 +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
|
// 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) {
|
||||||
|
Reference in New Issue
Block a user