mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-19 12:49:03 +00:00
RC Calibration
This commit is contained in:
@@ -1 +1 @@
|
|||||||
224b7ea100647d86e0ad513e625785f3 /home/alex/github/ESP-Nodes/ESP-IDF_Robot/build/ESP-IDF_Robot.bin
|
3dc265b13c3ee4ba8a323f0d85de659d /home/alex/github/ESP-Nodes/ESP-IDF_Robot/build/ESP-IDF_Robot.bin
|
||||||
|
@@ -1016,3 +1016,10 @@
|
|||||||
210 229 1753572791365776948 esp-idf/esp_app_format/libesp_app_format.a d097064cf85f8342
|
210 229 1753572791365776948 esp-idf/esp_app_format/libesp_app_format.a d097064cf85f8342
|
||||||
230 549 1753572791385777081 esp-idf/main/CMakeFiles/__idf_main.dir/blink_example_main.c.obj 6ef869b7d100d087
|
230 549 1753572791385777081 esp-idf/main/CMakeFiles/__idf_main.dir/blink_example_main.c.obj 6ef869b7d100d087
|
||||||
550 573 1753572791705779221 esp-idf/main/libmain.a cf2416a2cfd20e8e
|
550 573 1753572791705779221 esp-idf/main/libmain.a cf2416a2cfd20e8e
|
||||||
|
573 6443 1753572797512605776 esp-idf/esp_system/ld/sections.ld 4169092a3d063f2a
|
||||||
|
573 6443 1753572797512605776 /home/alex/github/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/esp_system/ld/sections.ld 4169092a3d063f2a
|
||||||
|
6443 7474 1753572797598818621 ESP-IDF_Robot.elf 6a4a9781f7cbdfab
|
||||||
|
7474 7765 1753572798919827454 .bin_timestamp 114aad1740b64e5f
|
||||||
|
7474 7765 1753572798919827454 /home/alex/github/ESP-Nodes/ESP-IDF_Robot/build/.bin_timestamp 114aad1740b64e5f
|
||||||
|
7765 7818 1753572798920827460 esp-idf/esptool_py/CMakeFiles/app_check_size 5548188686dfb451
|
||||||
|
7765 7818 1753572798920827460 /home/alex/github/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/esptool_py/CMakeFiles/app_check_size 5548188686dfb451
|
||||||
|
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
@@ -281,7 +281,7 @@ static void wifi_init()
|
|||||||
ESP_ERROR_CHECK( esp_wifi_init(&cfg) );
|
ESP_ERROR_CHECK( esp_wifi_init(&cfg) );
|
||||||
ESP_ERROR_CHECK( esp_wifi_set_storage(WIFI_STORAGE_RAM) );
|
ESP_ERROR_CHECK( esp_wifi_set_storage(WIFI_STORAGE_RAM) );
|
||||||
//ESP_ERROR_CHECK( esp_wifi_set_mode(ESPNOW_WIFI_MODE) );
|
//ESP_ERROR_CHECK( esp_wifi_set_mode(ESPNOW_WIFI_MODE) );
|
||||||
//ESP_ERROR_CHECK( esp_wifi_set_mode(WIFI_MODE_STA) );
|
ESP_ERROR_CHECK( esp_wifi_set_mode(WIFI_MODE_STA) );
|
||||||
|
|
||||||
|
|
||||||
wifi_config_t wifi_config = {
|
wifi_config_t wifi_config = {
|
||||||
|
Reference in New Issue
Block a user