Status LED

This commit is contained in:
2025-06-26 03:58:51 -04:00
parent f2f19325b9
commit 46d734515c
3 changed files with 1 additions and 3 deletions

View File

@@ -1 +1 @@
444b88fdb7c86f3f7f8cd43079ced386418f6f0a f2f19325b958e101ffa3fb43d0c9a6111c6e7fca

View File

@@ -1,7 +1,5 @@
#include "config.h" #include "config.h"
#define SYS_LED_GPIO (10) // 10 GPIO of on-board LED
uint8_t broadcast_mac[ESP_NOW_ETH_ALEN] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}; 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}; //uint8_t receiver_mac[ESP_NOW_ETH_ALEN] = {0x9c, 0x9e, 0x6e, 0x14, 0xb5, 0x54};
// ESP32-C3 Breadboard Robot Receiver // ESP32-C3 Breadboard Robot Receiver