From aed713a1ff4d0b152a3d25d2951673d1610b40b4 Mon Sep 17 00:00:00 2001 From: Felix Rublack Date: Fri, 26 Jul 2019 21:33:48 +0200 Subject: [PATCH] clarification of initial flash process --- Readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 36f3cf0..813d863 100644 --- a/Readme.md +++ b/Readme.md @@ -11,11 +11,10 @@ cd os/ ./flash.sh ttyUSB0 -Reboot the ESP, with a serial terminal, -format the filesystem with the following command and reboot it: +Connect to the ESP via a terminal emulator like screen using a baud rate of 115200. Then format the filesystem and reboot the ESP with the following commands:
 file.format()
-node.reboot()
+node.restart()
 
Then disconnect the serial terminal and copy the required files to the microcontroller: