WifiRadio_ESP32
venv) alensav@alensav-965P-DS3P:~/esp/my_first_app$ ~/build_esp_project.sh
Временное отключение проверки зависимостей...
Запуск сборки...
/home/alensav/esp/esp-idf/tools/idf.py:375: DeprecationWarning: 'MultiCommand' is deprecated and will be removed in Click 9.0. Use 'Group' instead.
class CLI(click.MultiCommand):
Executing action: all (aliases: build)
Running ninja in directory /home/alensav/esp/hello_world/build
Executing "ninja all"...
[1/4] cd /home/alensav/esp/hello_world.../esp/hello_world/build/hello_world.bin
hello_world.bin binary size 0x2ad30 bytes. Smallest app partition is 0x100000 bytes. 0xd52d0 bytes (83%) free.
[2/4] Performing build step for 'bootloader'
[1/1] cd /home/alensav/esp/hello_world/build/bootloader/esp-idf/esptool_py && /home/alensav/esp/esp-idf/venv/bin/python /home/alensav/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x1000 /home/alensav/esp/hello_world/build/bootloader/bootloader.bin
Bootloader binary size 0x6420 bytes. 0xbe0 bytes (11%) free.
[4/4] Completed 'bootloader'
Project build complete. To flash, run this command:
/home/alensav/esp/esp-idf/venv/bin/python ../esp-idf/components/esptool_py/esptool/esptool.py -p (PORT) -b 460800 --before default_reset --after hard_reset --chip esp32 write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x1000 build/bootloader/bootloader.bin 0x8000 build/partition_table/partition-table.bin 0x10000 build/hello_world.bin
or run 'idf.py -p (PORT) flash'
СБОРКА УСПЕШНО ЗАВЕРШЕНА! 🎉
Восстановление проверки...
(venv) alensav@alensav-965P-DS3P:~/esp/my_first_app$