From 2538739fdd6c6c988e44f721d187f09d98d6ac11 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Fri, 27 May 2022 16:00:21 -0600 Subject: [PATCH] Update flashing-esp32.mdx --- docs/getting-started/flashing-firmware/flashing-esp32.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/flashing-firmware/flashing-esp32.mdx b/docs/getting-started/flashing-firmware/flashing-esp32.mdx index e75a8275..69d9c092 100644 --- a/docs/getting-started/flashing-firmware/flashing-esp32.mdx +++ b/docs/getting-started/flashing-firmware/flashing-esp32.mdx @@ -152,7 +152,13 @@ values={[ {label: 'Windows', value: 'windows'}, ]}> - + + +:::important +On MacOS, you may need to explicitly declare esptool as a .py script. Use `esptool.py chip_id`. +::: + + :::important