This commit is contained in:
2025-07-05 17:46:36 -04:00
parent 07bcc6e2f0
commit aa669b9a23

View File

@@ -31,6 +31,7 @@
extern uint8_t broadcast_mac[ESP_NOW_ETH_ALEN]; extern uint8_t broadcast_mac[ESP_NOW_ETH_ALEN];
extern uint8_t receiver_mac[ESP_NOW_ETH_ALEN]; extern uint8_t receiver_mac[ESP_NOW_ETH_ALEN];
extern uint8_t receiver_2_mac[ESP_NOW_ETH_ALEN];
extern uint8_t transmitter_mac[ESP_NOW_ETH_ALEN]; extern uint8_t transmitter_mac[ESP_NOW_ETH_ALEN];
extern const char *TAG; extern const char *TAG;
#endif #endif