From bf3125d10347385450b7f62fc96ae438cf9d8e44 Mon Sep 17 00:00:00 2001 From: Alexander B Date: Tue, 17 Jun 2025 11:22:10 -0400 Subject: [PATCH] ESP-NOW-Transmitter --- ESP32-IDF_ESPNOW-Transmitter/main/config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ESP32-IDF_ESPNOW-Transmitter/main/config.h b/ESP32-IDF_ESPNOW-Transmitter/main/config.h index b07a4ec1e..0793afbcc 100644 --- a/ESP32-IDF_ESPNOW-Transmitter/main/config.h +++ b/ESP32-IDF_ESPNOW-Transmitter/main/config.h @@ -26,6 +26,5 @@ static uint8_t broadcast_mac[ESP_NOW_ETH_ALEN] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, static uint8_t receiver_mac[ESP_NOW_ETH_ALEN] = {0xE4, 0xB0, 0x63, 0x17, 0x9E, 0x45}; // MAC address of Robot static esp_now_peer_info_t devices; static uint8_t rc_mac[ESP_NOW_ETH_ALEN] = {0x34, 0xB7, 0xDA, 0xF9, 0x33, 0x8D}; // MAC address of Remote Control -static uint8_t receiver_mac[ESP_NOW_ETH_ALEN] = {0xE4, 0xB0, 0x63, 0x17, 0x9E, 0x45}; #endif \ No newline at end of file