This commit is contained in:
2024-12-25 01:39:16 -05:00
parent a6a4825275
commit baf7d3b863
7 changed files with 6047 additions and 6039 deletions

View File

@@ -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;