Skip to content

Commit

Permalink
Merge pull request #1326 from petermm/better-devmode-wifi-message
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bettio committed Oct 13, 2024
2 parents 9682258 + a0528f7 commit 14b1af2
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 14b1af2

Please sign in to comment.