From 8f8d8523c74e735494ca54a6f0430d183ff91aea Mon Sep 17 00:00:00 2001 From: Jeff Pryor <66096304+jpryor223@users.noreply.github.com> Date: Sat, 8 Feb 2025 11:09:49 -0600 Subject: [PATCH] Update index.mdx Corrected the spelling of Mater to Master on line 17, and the spelling of Vission to Vision on line 49 --- .../devices/heltec-automation/vision-master/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hardware/devices/heltec-automation/vision-master/index.mdx b/docs/hardware/devices/heltec-automation/vision-master/index.mdx index 3b0fac8a..39c89c29 100644 --- a/docs/hardware/devices/heltec-automation/vision-master/index.mdx +++ b/docs/hardware/devices/heltec-automation/vision-master/index.mdx @@ -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'} ]}> @@ -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