mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-09-04 06:56:26 +00:00
ESP-IDF Robot ESP NOW
This commit is contained in:
@@ -71,6 +71,7 @@ static uint8_t s_led_state = 0;
|
|||||||
|
|
||||||
/* ESP NOW*/
|
/* ESP NOW*/
|
||||||
#define ESPNOW_MAXDELAY 512
|
#define ESPNOW_MAXDELAY 512
|
||||||
|
static QueueHandle_t espnow_queue;
|
||||||
typedef struct struct_message {
|
typedef struct struct_message {
|
||||||
char node[32];
|
char node[32];
|
||||||
uint8_t motor_a_pwm;
|
uint8_t motor_a_pwm;
|
||||||
|
Reference in New Issue
Block a user