Skip to content

Update tinyuf2 bootloader version #1295

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _board/adafruit_qualia_s3_rgb666.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ board_url: "https://www.adafruit.com/product/5800"
board_image: "adafruit_qualia_s3_rgb666.jpg"
date_added: 2023-10-3
family: esp32s3
bootloader_id: adafruit_qualia_s3_rgb666
tags:
- Qualia S3
features:
Expand Down
1 change: 1 addition & 0 deletions _board/magiclick_s3_n4r2.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ board_url: "https://github.com/MakerM0/MagiClick-esp32s3"
board_image: "magiclick_s3.jpg"
date_added: 2023-9-30
family: esp32s3
bootloader_id: magiclick_s3_n4r2
downloads_display: true
features:
- Wi-Fi
Expand Down
4 changes: 2 additions & 2 deletions _data/bootloaders.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"version": "v3.15.0"
},
"esp32s2": {
"version": "0.16.0"
"version": "0.18.1"
},
"esp32s3": {
"version": "0.16.0"
"version": "0.18.1"
},
"esp32c3": {},
"esp32c6": {},
Expand Down