mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-12 13:27:58 +00:00
.
This commit is contained in:
@@ -348,6 +348,7 @@ static esp_err_t example_espnow_init(void)
|
||||
send_param->unicast = false;
|
||||
send_param->broadcast = true;
|
||||
send_param->state = 0;
|
||||
esp_random();
|
||||
send_param->magic = 50;//esp_random();
|
||||
send_param->count = CONFIG_ESPNOW_SEND_COUNT;
|
||||
send_param->delay = CONFIG_ESPNOW_SEND_DELAY;
|
||||
|
Reference in New Issue
Block a user