mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 08:16:08 +00:00
espnow autoreconnect
This commit is contained in:
@@ -18,7 +18,7 @@ esp_now_peer_info_t devices;
|
|||||||
static adc_oneshot_unit_handle_t adc_xy_handle;
|
static adc_oneshot_unit_handle_t adc_xy_handle;
|
||||||
sensors_data_t buffer;
|
sensors_data_t buffer;
|
||||||
static int x, y; // Joystick x- and y- axis positions
|
static int x, y; // Joystick x- and y- axis positions
|
||||||
static int espnow_channel = 1;
|
static int espnow_channel = 0;
|
||||||
void transmission_init();
|
void transmission_init();
|
||||||
void wifi_init();
|
void wifi_init();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user