ESP-NOW Transmitter

This commit is contained in:
2025-06-18 00:56:06 -04:00
parent 0d6c50309f
commit cfaa6e4e5d

View File

@@ -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