ESP-IDF_Robot_RC

This commit is contained in:
2024-12-24 14:27:00 -05:00
parent 860b63c498
commit 93ec93d66c
11 changed files with 1101 additions and 2884 deletions

View File

@@ -36,6 +36,7 @@ static const char *TAG = "espnow_example";
static QueueHandle_t s_example_espnow_queue;
// Broadcast address
static uint8_t s_example_broadcast_mac[ESP_NOW_ETH_ALEN] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF };
static uint16_t s_example_espnow_seq[EXAMPLE_ESPNOW_DATA_MAX] = { 0, 0 };