Skip to content

Commit 6fc25b8

Browse files
committed
update miniesptool_esp32multifile.py for particle argon
1 parent eac4622 commit 6fc25b8

File tree

2 files changed

+2
-89
lines changed

2 files changed

+2
-89
lines changed

examples/miniesptool_esp32multifile.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
# 0x1000 bootloader/bootloader.bin
4141
esptool.flash_file("esp32/bootloader/bootloader.bin", 0x1000,
42-
'1bd0a84472a30a19411f6009bf12b999')
42+
'195dae16eda6ab703a45928182baa863')
4343
# 0x20000 at_customize.bin
4444
esptool.flash_file("esp32/at_customize.bin", 0x20000,
4545
'9853055e077ba0c90cd70691b9d8c3d5')
@@ -74,14 +74,11 @@
7474

7575
# 0x100000 esp-at.bin
7676
esptool.flash_file("esp32/esp-at.bin", 0x100000,
77-
'fb3fe741f31ad366d7a691bf3925a7a6')
77+
'ae256e4ab546354cd8dfa241e1056996')
7878

7979
# 0x8000 partitions_at.bin
8080
esptool.flash_file("esp32/partitions_at.bin", 0x8000,
8181
'd3d1508993d61aedf17280140fc22a6b')
8282

8383
esptool.reset()
8484
time.sleep(0.5)
85-
86-
87-

miniesptool_esp32multifile.py

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)