Merge pull request #423 from julio-matarranz/chore/cleanup

chore : cleanup bin that are available on prerelease and soon on release and managed on webflasher
This commit is contained in:
BitMaker 2024-06-10 22:02:50 +02:00 committed by GitHub
commit 858e198f4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
78 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
#GET CURRENT COMPORT IF MORE THAN ONE (NOT RESOLVED)
$PORT = [System.IO.Ports.SerialPort]::getportnames()
#BURN BOOTLOADER, FIRMWARE
python -m esptool -p $PORT -b 460800 --before default_reset --after hard_reset --chip esp32s3 write_flash --flash_mode dio --flash_size detect --flash_freq 40m 0x0000 0x0000_bootloader.bin 0x8000 0x8000_partitions.bin 0xe000 0xe000_boot_app0.bin 0x10000 0x10000_firmware.bin