ESP32-C3 RC

This commit is contained in:
2025-01-03 02:07:13 -05:00
parent e090711a25
commit 6cfe7b5189

View File

@@ -58,7 +58,7 @@ static uint8_t rc_mac[ESP_NOW_ETH_ALEN] = {0x34, 0xB7, 0xDA, 0xF9, 0x33,
#define ESPNOW_MAXDELAY 512
static const char *TAG = "RC";
static const char *TAG = "Remote Controller";
static QueueHandle_t s_example_espnow_queue;