Skip to content

Commit

Permalink
Better message after wifi config (esp32devmode)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
petermm committed Oct 13, 2024
1 parent d349496 commit a0528f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/esp32devmode/src/esp32devmode.erl
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ handle_req("POST", [], Conn) ->
"<html>\n"
" <body>\n"
" <h1>Configuration</h1>\n"
" <p>Configured.</p>\n"
" <p>Configured, restart device to apply wifi configuration.</p>\n"
" </body>\n"
"</html>"
>>,
Expand Down

0 comments on commit a0528f7

Please sign in to comment.