From 1f9dbb1378877b4877d80ec6aa7f36f583a4212c Mon Sep 17 00:00:00 2001 From: Alexander B Date: Sat, 5 Jul 2025 16:24:26 -0400 Subject: [PATCH] . --- ESP32-IDF_ESPNOW-Transmitter/main/config.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ESP32-IDF_ESPNOW-Transmitter/main/config.c b/ESP32-IDF_ESPNOW-Transmitter/main/config.c index 6fe08fc09..6641175df 100644 --- a/ESP32-IDF_ESPNOW-Transmitter/main/config.c +++ b/ESP32-IDF_ESPNOW-Transmitter/main/config.c @@ -4,6 +4,9 @@ uint8_t broadcast_mac[ESP_NOW_ETH_ALEN] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}; //uint8_t receiver_mac[ESP_NOW_ETH_ALEN] = {0x9c, 0x9e, 0x6e, 0x14, 0xb5, 0x54}; // ESP32-C3 Breadboard Robot Receiver //uint8_t receiver_mac[ESP_NOW_ETH_ALEN] = {0xe4, 0xb0, 0x63, 0x17, 0x9e, 0x45}; -uint8_t receiver_mac[ESP_NOW_ETH_ALEN] = {0xe4, 0xb0, 0x63, 0x17, 0x9e, 0x44}; + +//uint8_t receiver_mac[ESP_NOW_ETH_ALEN] = {0xe4, 0xb0, 0x63, 0x17, 0x9e, 0x44}; +uint8_t receiver_mac[ESP_NOW_ETH_ALEN] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}; + uint8_t transmitter_mac[ESP_NOW_ETH_ALEN] = {0x34, 0xB7, 0xDA, 0xF9, 0x33, 0x8D}; const char *TAG = "ESP-NOW_Transmitter"; \ No newline at end of file