mirror of https://github.com/arendst/Tasmota.git
Fix solo1 description text (#20816)
* Fix solo1 description text * URL for datasheet
This commit is contained in:
parent
9026b95f45
commit
401f240a7c
|
@ -24,7 +24,7 @@
|
||||||
"frameworks": [
|
"frameworks": [
|
||||||
"arduino"
|
"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": {
|
"upload": {
|
||||||
"arduino": {
|
"arduino": {
|
||||||
"flash_extra_images": [
|
"flash_extra_images": [
|
||||||
|
@ -43,6 +43,6 @@
|
||||||
"download": {
|
"download": {
|
||||||
"speed": 230400
|
"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"
|
"vendor": "Espressif"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue