From 3f787ac42116778d92cce1b380da405135bc0a03 Mon Sep 17 00:00:00 2001 From: flip111 Date: Tue, 18 Apr 2017 21:04:36 +0200 Subject: [PATCH] Update telnet link (#1918) --- docs/en/modules/ws2812.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/modules/ws2812.md b/docs/en/modules/ws2812.md index 2b2ed56c..5e395d81 100644 --- a/docs/en/modules/ws2812.md +++ b/docs/en/modules/ws2812.md @@ -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().