mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-22 17:50:15 +00:00
ESP-NOW Transmitter
This commit is contained in:
@@ -39,8 +39,6 @@
|
|||||||
const char *TAG = "ESP-NOW_Transmitter";
|
const char *TAG = "ESP-NOW_Transmitter";
|
||||||
esp_now_peer_info_t devices;
|
esp_now_peer_info_t devices;
|
||||||
|
|
||||||
//static int x, y; // Joystick x and y positions
|
|
||||||
//static adc_oneshot_unit_handle_t adc_xy_handle;
|
|
||||||
// Struct holding sensors values
|
// Struct holding sensors values
|
||||||
typedef struct {
|
typedef struct {
|
||||||
uint16_t crc; // CRC16 value of ESPNOW data
|
uint16_t crc; // CRC16 value of ESPNOW data
|
||||||
|
Reference in New Issue
Block a user