mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Merge pull request #1702 from jpryor223/patch-1
Update index.mdx to correct Vission Mater spelling
This commit is contained in:
commit
3744d9b1eb
|
@ -14,7 +14,7 @@ queryString="heltec"
|
|||
defaultValue="vision_master_e213"
|
||||
values={[
|
||||
{label: 'Vision Master E213', value: 'vision_master_e213'},
|
||||
{label: 'Vision Mater E290', value:'vision_master_e290'},
|
||||
{label: 'Vision Master E290', value:'vision_master_e290'},
|
||||
{label: 'Vision Master T190', value:'vision_master_t190'}
|
||||
]}>
|
||||
<TabItem value="vision_master_e213">
|
||||
|
@ -46,7 +46,7 @@ values={[
|
|||
|
||||
### Flashing
|
||||
|
||||
To flash ESP32-S3 devices like the Vission Master E213, you typically need to place them in Espressif's firmware download mode. Use the "1200bps reset" button in the web flasher to do this. If this method does not work for any reason, you can follow the manual process below.
|
||||
To flash ESP32-S3 devices like the Vision Master E213, you typically need to place them in Espressif's firmware download mode. Use the "1200bps reset" button in the web flasher to do this. If this method does not work for any reason, you can follow the manual process below.
|
||||
|
||||
:::warning
|
||||
|
||||
|
|
Loading…
Reference in a new issue