first commit

This commit is contained in:
2024-08-04 20:56:32 +03:00
commit 6a6dd20870
7 changed files with 2 additions and 0 deletions

1
prog.bat Normal file
View File

@ -0,0 +1 @@
esptool.exe --chip esp32c6 --port %1 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode keep --flash_freq keep --flash_size keep 0x0 mc050-esp32.ino.bootloader.bin 0x8000 mc050-esp32.ino.partitions.bin 0xe000 boot_app0.bin 0x10000 mc050-esp32.ino.bin