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

@@ -1 +1 @@
939ce34e2098da831d46823809b2c315 /home/alex/github/ESP-Nodes/ESP-IDF_Robot_RC/build/ESP-IDF_Robot_RC.bin
83504c420064b124ed65c2424897ac14 /home/alex/github/ESP-Nodes/ESP-IDF_Robot_RC/build/ESP-IDF_Robot_RC.bin

View File

@@ -1898,3 +1898,10 @@
57001 57054 1735108738064721810 esp-idf/wifi_provisioning/libwifi_provisioning.a e402508d5c4d71c
56987 57221 1735108738050721721 esp-idf/main/CMakeFiles/__idf_main.dir/espnow_example_main.c.obj 4c900af7616f0261
57222 57234 1735108738285723216 esp-idf/main/libmain.a 2b9cdb04e9000956
57234 62826 1735108743814758366 esp-idf/esp_system/ld/sections.ld 83a8f8ab051eea4b
57234 62826 1735108743814758366 /home/alex/github/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_system/ld/sections.ld 83a8f8ab051eea4b
62827 63894 1735108743890758849 ESP-IDF_Robot_RC.elf f12b4d2d702796b0
63894 64130 1735108745191767116 .bin_timestamp 232f3d332fc2bdf8
63894 64130 1735108745191767116 /home/alex/github/ESP-Nodes/ESP-IDF_Robot_RC/build/.bin_timestamp 232f3d332fc2bdf8
64130 64188 1735108745193767128 esp-idf/esptool_py/CMakeFiles/app_check_size e5b650aec4b0209c
64130 64188 1735108745193767128 /home/alex/github/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esptool_py/CMakeFiles/app_check_size e5b650aec4b0209c

File diff suppressed because it is too large Load Diff

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;