From 206dd27f8db4546521ffdc1271e3e7ca7b183b0b Mon Sep 17 00:00:00 2001 From: Mikhail Grushinskiy Date: Sat, 7 Dec 2024 10:03:13 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 35bacbd..03e0ef8 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ Unzip downloaded archives Examples: -Linux: +### Linux: ```` @@ -228,7 +228,7 @@ python3 "~/.arduino15/packages/esp32/tools/esptool_py/4.5.1/esptool.py" \ ```` -BBN OS Linux: +### BBN OS Linux: Find out tty device for your connected m5stack device. Use it in commands below. Make sure with lsof command that nothing else holds the device file open. @@ -268,7 +268,7 @@ Or: ```` -Windows: +### Windows: ````