From 84d3c04034b640908691b051b13d972d6e77dbe0 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Sun, 15 Sep 2019 02:55:06 +0200 Subject: [PATCH] updated tty device name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 071bdbc..d388db0 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ $ ls /dev/tty.usb* I run esp8266 tool from the source files in a virtualenv, your command might veary slightly: ``` -$ env/bin/python3 esptool.py -p /dev/tty.usbserial-1460 write_flash -z 0x0000 ~/firmware-combined.bin +$ env/bin/python3 esptool.py -p /dev/tty.usbserial-1420 write_flash -z 0x0000 ~/firmware-combined.bin ``` -Note the *tty.usbserial-1460* device name and the path *../firmware-combined.bin* for the micropython binary. +Note the *tty.usbserial-1420* device name and the path *../firmware-combined.bin* for the micropython binary. ### Install