Fix solo1 description text (#20816)

* Fix solo1 description text

* URL for datasheet
This commit is contained in:
Jason2866 2024-02-29 13:17:14 +01:00 committed by GitHub
parent 9026b95f45
commit 401f240a7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
"frameworks": [
"arduino"
],
"name": "Espressif Generic ESP32 >= 4M Flash, Tasmota 2880k Code/OTA, 320k FS",
"name": "Espressif Generic ESP32-solo1 >= 4M Flash, Tasmota 2880k Code/OTA, 320k FS",
"upload": {
"arduino": {
"flash_extra_images": [
@ -43,6 +43,6 @@
"download": {
"speed": 230400
},
"url": "https://en.wikipedia.org/wiki/ESP32",
"url": "https://www.espressif.com/sites/default/files/documentation/esp32-solo-1_datasheet_en.pdf",
"vendor": "Espressif"
}