arduino esp32 2.0 w/ updated espressif board mamanger url
This commit is contained in:
parent
3be7c20881
commit
4c3a91e366
|
|
@ -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),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue