ESP-IDF Robot ESP NOW

This commit is contained in:
2024-12-24 19:02:05 -05:00
parent 6fe9a062ca
commit fa53202775
7 changed files with 6133 additions and 6126 deletions

View File

@@ -97,7 +97,7 @@ typedef struct struct_message {
char node[32];
uint8_t motor_a_pwm;
} struct_message;
static espnow_msg_t *message;
static espnow_msg_t message;
uint8_t broadcastAddress[] = {};
struct_message controlData;
esp_now_peer_info_t peerInfo;