ESP-NOW-Transmitter

This commit is contained in:
2025-06-17 13:21:25 -04:00
parent 22fba0fc00
commit 5ea3670d58

View File

@@ -38,7 +38,7 @@
static const char *TAG = "ESP-NOW_Transmitter"; static const char *TAG = "ESP-NOW_Transmitter";
static sensors_data_t buffer; static sensors_data_t buffer;
static uint8_t s_example_broadcast_mac[ESP_NOW_ETH_ALEN] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; //static uint8_t s_example_broadcast_mac[ESP_NOW_ETH_ALEN] = { 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF };
//static void example_espnow_deinit(example_espnow_send_param_t *send_param); //static void example_espnow_deinit(example_espnow_send_param_t *send_param);