mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-11 12:50:16 +00:00
ESP IDF Robot
This commit is contained in:
@@ -1 +1 @@
|
||||
3aca56ac35b635285801009990e7a08f /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/ESP-IDF_Robot.bin
|
||||
cc711ddbb93419f0b36cbfe4564f8b36 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/ESP-IDF_Robot.bin
|
||||
|
@@ -951,3 +951,10 @@
|
||||
483 689 1734883124534010101 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/CMakeFiles/bootloader-complete 608485c817a7b49c
|
||||
483 689 1734883124534010101 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 608485c817a7b49c
|
||||
636 725 1734883124486009943 esp-idf/main/libmain.a e31ee7c6d085bb4e
|
||||
725 15651 1734883139417059341 esp-idf/esp_system/ld/sections.ld fac8ddf2708b76fe
|
||||
725 15651 1734883139417059341 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/esp_system/ld/sections.ld fac8ddf2708b76fe
|
||||
15651 16268 1734883139500059616 ESP-IDF_Robot.elf 7db8bbdc5ef5141f
|
||||
16268 16622 1734883140468062829 .bin_timestamp 15712c9999fc04aa
|
||||
16268 16622 1734883140468062829 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/.bin_timestamp 15712c9999fc04aa
|
||||
16622 16748 1734883140471062839 esp-idf/esptool_py/CMakeFiles/app_check_size 1b7369a06a6f9d53
|
||||
16622 16748 1734883140471062839 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/esptool_py/CMakeFiles/app_check_size 1b7369a06a6f9d53
|
||||
|
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -135,7 +135,7 @@ static void configure_button (void) {
|
||||
static void ledc_init (void) {
|
||||
ledc_timer_config_t ledc_timer = {
|
||||
.speed_mode = LEDC_MODE,//MODE,
|
||||
.duty_resolution = LEDC_TIMER_14_BIT,//,
|
||||
.duty_resolution = LEDC_DUTY_RES,
|
||||
.timer_num = LEDC_TIMER,
|
||||
.freq_hz = LEDC_FREQUENCY,
|
||||
.clk_cfg = LEDC_AUTO_CLK
|
||||
|
Reference in New Issue
Block a user