Skip to content

Commit 3e90313

Browse files
committed
MycilaSafeBoot v3.2.4
1 parent ff505d9 commit 3e90313

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ In the PIO file, some settings are added to specify the partition table and the
137137
extra_scripts = post:factory.py
138138
board_build.partitions = partitions-4MB-safeboot.csv
139139
board_build.app_partition_name = app
140-
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/latest/safeboot-esp32dev.bin
140+
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v3.2.4/safeboot-esp32dev.bin
141141
```
142142

143143
It is also possible to point to a folder if you download the SafeBoot project locally:
@@ -189,7 +189,7 @@ You should see at the end of the build something like:
189189

190190
```
191191
Generating factory image for serial flashing
192-
Downloading SafeBoot image from https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/latest/safeboot-esp32dev.bin
192+
Downloading SafeBoot image from https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v3.2.4/safeboot-esp32dev.bin
193193
Offset | File
194194
- 0x1000 | /Users/mat/Data/Workspace/me/MycilaSafeBoot/examples/App/.pio/build/esp32dev/bootloader.bin
195195
- 0x8000 | /Users/mat/Data/Workspace/me/MycilaSafeBoot/examples/App/.pio/build/esp32dev/partitions.bin

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ In the PIO file, some settings are added to specify the partition table and the
137137
extra_scripts = post:factory.py
138138
board_build.partitions = partitions-4MB-safeboot.csv
139139
board_build.app_partition_name = app
140-
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/latest/safeboot-esp32dev.bin
140+
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v3.2.4/safeboot-esp32dev.bin
141141
```
142142

143143
It is also possible to point to a folder if you download the SafeBoot project locally:
@@ -189,7 +189,7 @@ You should see at the end of the build something like:
189189

190190
```
191191
Generating factory image for serial flashing
192-
Downloading SafeBoot image from https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/latest/safeboot-esp32dev.bin
192+
Downloading SafeBoot image from https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v3.2.4/safeboot-esp32dev.bin
193193
Offset | File
194194
- 0x1000 | /Users/mat/Data/Workspace/me/MycilaSafeBoot/examples/App/.pio/build/esp32dev/bootloader.bin
195195
- 0x8000 | /Users/mat/Data/Workspace/me/MycilaSafeBoot/examples/App/.pio/build/esp32dev/partitions.bin

examples/App/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ board_build.partitions = partitions-4MB-safeboot.csv
3737
board_build.app_partition_name = app
3838
# custom_safeboot_dir = ../..
3939
; custom_safeboot_file = safeboot-esp32dev.bin
40-
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/latest/safeboot-esp32dev.bin
40+
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v3.2.4/safeboot-esp32dev.bin
4141

4242
; --------------------------------------------------------------------
4343
; ENVIRONMENTs

examples/App_ESPConnect_OTA/platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ board_build.app_partition_name = app
4646
[env:esp32dev]
4747
board = esp32dev
4848
extra_scripts = post:../../tools/factory.py
49-
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/latest/safeboot-esp32dev.bin
49+
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v3.2.4/safeboot-esp32dev.bin
5050
; custom_safeboot_dir = ../..
5151
; custom_safeboot_file = safeboot-esp32dev.bin
5252
; custom_safeboot_restart_path = /api/system/safeboot
@@ -61,7 +61,7 @@ extra_scripts = ../../tools/safeboot.py
6161
[env:lolin_s2_mini]
6262
board = lolin_s2_mini
6363
extra_scripts = post:../../tools/factory.py
64-
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/latest/safeboot-lolin_s2_mini.bin
64+
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v3.2.4/safeboot-lolin_s2_mini.bin
6565
; custom_safeboot_dir = ../..
6666
; custom_safeboot_file = safeboot-esp32dev.bin
6767
; custom_safeboot_restart_path = /api/system/safeboot

0 commit comments

Comments
 (0)