Update telnet link (#1918)

This commit is contained in:
flip111 2017-04-18 21:04:36 +02:00 committed by Marcel Stör
parent 84c5275c37
commit 3f787ac421
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ handle two led strips at the same time.
**WARNING**: In dual mode, you will loose access to the Lua's console
through the serial port (it will be reconfigured to support WS2812-like
protocol). If you want to keep access to Lua's console, you will have to
use an other input channel like a TCP server (see [example](https://github.com/nodemcu/nodemcu-firmware/blob/master/examples/telnet.lua))
use an other input channel like a TCP server (see [example](https://github.com/nodemcu/nodemcu-firmware/blob/master/lua_examples/telnet.lua))
## ws2812.init()
Initialize UART1 and GPIO2, should be called once and before write().