Merge pull request #980 from Neradoc/fix-adafruit-feather-esp32s3-bootloader
Fix Adafruit Feather ESP32S2 bootloader id and bump tinyuf2
This commit is contained in:
commit
79fc8d41a4
2 changed files with 3 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ board_url: "https://www.adafruit.com/product/5477"
|
|||
board_image: "adafruit_feather_esp32s3_4mbflash_2mbpsram.jpg"
|
||||
date_added: 2022-6-9
|
||||
family: esp32s3
|
||||
bootloader_id: adafruit_feather_esp32s3_4mbflash_2mbpsram
|
||||
bootloader_id: adafruit_feather_esp32s3
|
||||
downloads_display: true
|
||||
features:
|
||||
- Feather-Compatible
|
||||
|
|
|
|||
|
|
@ -7,10 +7,10 @@
|
|||
"version": "v3.14.0"
|
||||
},
|
||||
"esp32s2": {
|
||||
"version": "0.9.2"
|
||||
"version": "0.9.4"
|
||||
},
|
||||
"esp32s3": {
|
||||
"version": "0.9.2"
|
||||
"version": "0.9.4"
|
||||
},
|
||||
"esp32c3": {},
|
||||
"stm": {},
|
||||
|
|
|
|||
Loading…
Reference in a new issue