Skip to content

Commit e5d70a1

Browse files
committed
SafeBoot v3.3.3
1 parent 9fcfb4b commit e5d70a1

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
@@ -135,7 +135,7 @@ In the PIO file, some settings are added to specify the partition table and the
135135
extra_scripts = post:factory.py
136136
board_build.partitions = partitions-4MB-safeboot.csv
137137
board_build.app_partition_name = app
138-
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v3.3.2/safeboot-esp32dev.bin
138+
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v3.3.3/safeboot-esp32dev.bin
139139
```
140140

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

188188
```
189189
Generating factory image for serial flashing
190-
Downloading SafeBoot image from https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v3.3.2/safeboot-esp32dev.bin
190+
Downloading SafeBoot image from https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v3.3.3/safeboot-esp32dev.bin
191191
Offset | File
192192
- 0x1000 | /Users/mat/Data/Workspace/me/MycilaSafeBoot/examples/App/.pio/build/esp32dev/bootloader.bin
193193
- 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
@@ -135,7 +135,7 @@ In the PIO file, some settings are added to specify the partition table and the
135135
extra_scripts = post:factory.py
136136
board_build.partitions = partitions-4MB-safeboot.csv
137137
board_build.app_partition_name = app
138-
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v3.3.2/safeboot-esp32dev.bin
138+
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v3.3.3/safeboot-esp32dev.bin
139139
```
140140

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

188188
```
189189
Generating factory image for serial flashing
190-
Downloading SafeBoot image from https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v3.3.2/safeboot-esp32dev.bin
190+
Downloading SafeBoot image from https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v3.3.3/safeboot-esp32dev.bin
191191
Offset | File
192192
- 0x1000 | /Users/mat/Data/Workspace/me/MycilaSafeBoot/examples/App/.pio/build/esp32dev/bootloader.bin
193193
- 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/v3.3.2/safeboot-esp32dev.bin
40+
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v3.3.3/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/v3.3.2/safeboot-esp32dev.bin
49+
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v3.3.3/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/v3.3.2/safeboot-lolin_s2_mini.bin
64+
custom_safeboot_url = https://github.com/mathieucarbou/MycilaSafeBoot/releases/download/v3.3.3/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)