Skip to content

Commit 79fc8d4

Browse files
authored
Merge pull request adafruit#980 from Neradoc/fix-adafruit-feather-esp32s3-bootloader
Fix Adafruit Feather ESP32S2 bootloader id and bump tinyuf2
2 parents 35ead4a + a8f1786 commit 79fc8d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_board/adafruit_feather_esp32s3_4mbflash_2mbpsram.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ board_url: "https://www.adafruit.com/product/5477"
88
board_image: "adafruit_feather_esp32s3_4mbflash_2mbpsram.jpg"
99
date_added: 2022-6-9
1010
family: esp32s3
11-
bootloader_id: adafruit_feather_esp32s3_4mbflash_2mbpsram
11+
bootloader_id: adafruit_feather_esp32s3
1212
downloads_display: true
1313
features:
1414
- Feather-Compatible

_data/bootloaders.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"version": "v3.14.0"
88
},
99
"esp32s2": {
10-
"version": "0.9.2"
10+
"version": "0.9.4"
1111
},
1212
"esp32s3": {
13-
"version": "0.9.2"
13+
"version": "0.9.4"
1414
},
1515
"esp32c3": {},
1616
"stm": {},

0 commit comments

Comments
 (0)