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: