mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-07 22:36:12 +00:00
ESP-NOW Transmitter comments
This commit is contained in:
0
ESP32-IDF_ESPNOW-Transmitter/build/.ninja_lock
Normal file
0
ESP32-IDF_ESPNOW-Transmitter/build/.ninja_lock
Normal file
@@ -1 +1 @@
|
||||
b2ae7cf41f98dd278d513a65474f9fb86508e8f6
|
||||
1594dc23ea0ecf612bcbb03e264fb0cefbd8b491
|
||||
|
@@ -1,4 +1,2 @@
|
||||
idf_component_register(SRCS "espnow_transmitter.c"
|
||||
"joystick.c"
|
||||
"joystick.h"
|
||||
INCLUDE_DIRS ".")
|
||||
|
@@ -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) {
|
||||
|
Reference in New Issue
Block a user