mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-11 07:07:35 +00:00
ESP-NOW-Transmitter
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user