arduino esp32 2.0 w/ updated espressif board mamanger url

This commit is contained in:
Hansi, dl9rdz 2021-09-10 13:58:06 +02:00
parent 3be7c20881
commit 4c3a91e366
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ spiproc = subprocess.Popen([MKSPIFFS,'-c',data_dir,'-b','4096','-p','256','-s',s
spiproc.wait(); spiproc.wait();
files_in = [ files_in = [
('bootloader', OFFSET_BOOTLOADER, esp32tools+"/sdk/bin/bootloader_dio_80m.bin"), ('bootloader', OFFSET_BOOTLOADER, esp32tools+"/sdk/esp32/bin/bootloader_dio_80m.bin"),
('partitions', OFFSET_PARTITIONS, file_part), ('partitions', OFFSET_PARTITIONS, file_part),
('bootapp0', OFFSET_BOOTAPP0, esp32tools+"/partitions/boot_app0.bin"), ('bootapp0', OFFSET_BOOTAPP0, esp32tools+"/partitions/boot_app0.bin"),
('application', OFFSET_APPLICATION, file_in), ('application', OFFSET_APPLICATION, file_in),