From 703d55da822c4d4929223ae852cc227b214c70e9 Mon Sep 17 00:00:00 2001 From: Nick Andrew Date: Tue, 17 Nov 2015 03:51:56 +1100 Subject: [PATCH] README: Tidy ugly looking uart.setup() call Signed-off-by: Nick Andrew --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eefa6828..ecfc81c8 100644 --- a/README.md +++ b/README.md @@ -362,9 +362,9 @@ If upgrading from `spiffs` version 0.3.2 to 0.3.3 or later, or after flashing an # Connecting to your NodeMCU device -NodeMCU serial interface uses 9600 baud at boot time. To increase the speed after booting, issue `uart.setup(0, 115200, 8, 0, 1, 1 )` (ESPlorer will do this automatically when changing the speed in the dropdown list). +NodeMCU serial interface uses 9600 baud at boot time. To increase the speed after booting, issue `uart.setup(0,115200,8,0,1,1)` (ESPlorer will do this automatically when changing the speed in the dropdown list). -If the device panics and resets, errors will be written to the serial interface at 115200 bps. +If the device panics and resets at any time, errors will be written to the serial interface at 115200 bps. # User Interface tools