diff --git a/ESP-IDF_Robot/build/.bin_timestamp b/ESP-IDF_Robot/build/.bin_timestamp index 6b04b0df4..b25db33a9 100644 --- a/ESP-IDF_Robot/build/.bin_timestamp +++ b/ESP-IDF_Robot/build/.bin_timestamp @@ -1 +1 @@ -6cb1708395b79bf7f13f72c1840ba91c /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/ESP-IDF_Robot.bin +329433dd309641df8ce9c613e389b1e5 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/ESP-IDF_Robot.bin diff --git a/ESP-IDF_Robot/build/.ninja_lock b/ESP-IDF_Robot/build/.ninja_lock deleted file mode 100644 index e69de29bb..000000000 diff --git a/ESP-IDF_Robot/build/.ninja_log b/ESP-IDF_Robot/build/.ninja_log index aa47bb120..95cb7afa8 100644 --- a/ESP-IDF_Robot/build/.ninja_log +++ b/ESP-IDF_Robot/build/.ninja_log @@ -951,3 +951,10 @@ 347 460 1734894330811272287 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 608485c817a7b49c 299 615 1734894330655271111 esp-idf/main/CMakeFiles/__idf_main.dir/blink_example_main.c.obj 4dd51763bd3cdffe 615 681 1734894330971273493 esp-idf/main/libmain.a e31ee7c6d085bb4e +681 14842 1734894345116379797 esp-idf/esp_system/ld/sections.ld fac8ddf2708b76fe +681 14842 1734894345116379797 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/esp_system/ld/sections.ld fac8ddf2708b76fe +14842 15415 1734894345197380405 ESP-IDF_Robot.elf 7db8bbdc5ef5141f +15416 15841 1734894346191387855 .bin_timestamp 15712c9999fc04aa +15416 15841 1734894346191387855 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/.bin_timestamp 15712c9999fc04aa +15842 16003 1734894346197387900 esp-idf/esptool_py/CMakeFiles/app_check_size 1b7369a06a6f9d53 +15842 16003 1734894346197387900 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/esptool_py/CMakeFiles/app_check_size 1b7369a06a6f9d53 diff --git a/ESP-IDF_Robot/build/ESP-IDF_Robot.bin b/ESP-IDF_Robot/build/ESP-IDF_Robot.bin index e8eebc436..8d0d88fba 100644 Binary files a/ESP-IDF_Robot/build/ESP-IDF_Robot.bin and b/ESP-IDF_Robot/build/ESP-IDF_Robot.bin differ diff --git a/ESP-IDF_Robot/build/ESP-IDF_Robot.elf b/ESP-IDF_Robot/build/ESP-IDF_Robot.elf index 94c2a3fd5..e3d5e0bf6 100755 Binary files a/ESP-IDF_Robot/build/ESP-IDF_Robot.elf and b/ESP-IDF_Robot/build/ESP-IDF_Robot.elf differ diff --git a/ESP-IDF_Robot/main/blink_example_main.c b/ESP-IDF_Robot/main/blink_example_main.c index df3059d81..03b557faf 100644 --- a/ESP-IDF_Robot/main/blink_example_main.c +++ b/ESP-IDF_Robot/main/blink_example_main.c @@ -34,7 +34,7 @@ TIMER RESOLUTION MAX VALUE HALF-DUTY 13 8191 4095 */ #define LEDC_DUTY (7680) // 7680, 7424, 7168, 6144, 512, 768 -#define LEDC_FREQUENCY (2500) // For LED the freuqncy of 500Hz seemed to be sufficient. // Frequency in Hertz. For DC motor, set frequency at 5 kHz +#define LEDC_FREQUENCY (2500) // For LED the freuqncy of 500Hz seems to be sufficient. // Frequency in Hertz. For DC motor, set frequency at 5 kHz /* Use project configuration menu (idf.py menuconfig) to choose the GPIO to blink, or you can edit the following line and set a number here.