From 4c3a91e3668ac2e0cf8ae3884e984b2682867923 Mon Sep 17 00:00:00 2001 From: "Hansi, dl9rdz" Date: Fri, 10 Sep 2021 13:58:06 +0200 Subject: [PATCH] arduino esp32 2.0 w/ updated espressif board mamanger url --- scripts/makeimage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/makeimage.py b/scripts/makeimage.py index a713c30..15bfdf3 100755 --- a/scripts/makeimage.py +++ b/scripts/makeimage.py @@ -55,7 +55,7 @@ spiproc = subprocess.Popen([MKSPIFFS,'-c',data_dir,'-b','4096','-p','256','-s',s spiproc.wait(); 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), ('bootapp0', OFFSET_BOOTAPP0, esp32tools+"/partitions/boot_app0.bin"), ('application', OFFSET_APPLICATION, file_in),