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:
Scott Shawcroft 2022-06-17 09:37:33 -07:00 committed by GitHub
commit 79fc8d41a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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": {},