Skip to content

Commit a0528f7

Browse files
committed
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. Signed-off-by: Peter M <petermm@gmail.com>
1 parent d349496 commit a0528f7

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)