From 04f211d1dc0e176ac87a05ecd91a34d2f082bb46 Mon Sep 17 00:00:00 2001 From: Alexander B Date: Sat, 5 Jul 2025 17:45:29 -0400 Subject: [PATCH] tx/rx --- ESP32-IDF_ESPNOW-Transmitter/main/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP32-IDF_ESPNOW-Transmitter/main/config.c b/ESP32-IDF_ESPNOW-Transmitter/main/config.c index 75b8f449b..b16a39f17 100644 --- a/ESP32-IDF_ESPNOW-Transmitter/main/config.c +++ b/ESP32-IDF_ESPNOW-Transmitter/main/config.c @@ -6,7 +6,7 @@ uint8_t broadcast_mac[ESP_NOW_ETH_ALEN] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}; //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-2_mac[ESP_NOW_ETH_ALEN] = {0xe4, 0xb0, 0x63, 0x1b, 0xe5, 0x14}; +uint8_t receiver_2_mac[ESP_NOW_ETH_ALEN] = {0xe4, 0xb0, 0x63, 0x1b, 0xe5, 0x14}; //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};