From 176443c07fd7aeee0ee65f31e2b06af535f35457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Tue, 4 Apr 2017 20:42:31 +0200 Subject: [PATCH] Admonition style fix --- docs/en/modules/wifi.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/modules/wifi.md b/docs/en/modules/wifi.md index 706c965a..dba903bf 100644 --- a/docs/en/modules/wifi.md +++ b/docs/en/modules/wifi.md @@ -85,7 +85,8 @@ Configures the WiFi mode to use. NodeMCU can run in one of four WiFi modes: When using the combined Station + AP mode, the same channel will be used for both networks as the radio can only listen on a single channel. -NOTE: WiFi Mode configuration will be retained until changed even if device is turned off. +!!! note + WiFi configuration will be retained until changed even if device is turned off. #### Syntax `wifi.setmode(mode[, save])`