Skip to content

Commit 14b1af2

Browse files
committed
Merge pull request #1326 from petermm/better-devmode-wifi-message
Better message after wifi config (esp32devmode) I got confused as nothing was happening. I assumed device was restarting and configuration going into use. This makes it clear for a beginner and improves DX. These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents 9682258 + a0528f7 commit 14b1af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/esp32devmode/src/esp32devmode.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ handle_req("POST", [], Conn) ->
302302
"<html>\n"
303303
" <body>\n"
304304
" <h1>Configuration</h1>\n"
305-
" <p>Configured.</p>\n"
305+
" <p>Configured, restart device to apply wifi configuration.</p>\n"
306306
" </body>\n"
307307
"</html>"
308308
>>,

0 commit comments

Comments
 (0)