ESP-NOW Transmitter

This commit is contained in:
2025-06-18 02:46:56 -04:00
parent f7914dc1f7
commit e8be194b8c

View File

@@ -4,7 +4,6 @@
/* /*
Configuration variables Configuration variables
*/ */
//const char *TAG = "ESP-NOW_Transmitter";
/* ============================ /* ============================
Joystick Joystick
@@ -22,11 +21,4 @@
ESP32-C3 SuperMini MAC: 34:b7:da:f9:33:8d ESP32-C3 SuperMini MAC: 34:b7:da:f9:33:8d
ESP32-C3 Breadboard MAC: e4:b0:63:17:9e:45 ESP32-C3 Breadboard MAC: e4:b0:63:17:9e:45
*/ */
/*
uint8_t broadcast_mac[ESP_NOW_ETH_ALEN] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}; // Broadcast MAC address
uint8_t receiver_mac[ESP_NOW_ETH_ALEN] = {0xE4, 0xB0, 0x63, 0x17, 0x9E, 0x45}; // MAC address of Robot
uint8_t transmitter_mac[ESP_NOW_ETH_ALEN] = {0x34, 0xB7, 0xDA, 0xF9, 0x33, 0x8D}; // MAC address of Remote Control
*/
#endif #endif