FIxed SSID display in settings
All checks were successful
Test compiling project / test (push) Successful in 2m43s
All checks were successful
Test compiling project / test (push) Successful in 2m43s
This commit is contained in:
@@ -55,11 +55,11 @@
|
||||
|
||||
<p>
|
||||
<label for="ssid">SSID</label>
|
||||
<input id="ssid" name="ssid" type="text" value="%sensor_range%">
|
||||
<input id="ssid" name="ssid" type="text" value="%ssid%">
|
||||
</p>
|
||||
<p>
|
||||
<label for="wifi_password">Password</label>
|
||||
<input id="wifi_password" name="wifi_password" type="password" value="%sensor_range%">
|
||||
<input id="wifi_password" name="wifi_password" type="password">
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
||||
@@ -1 +1 @@
|
||||
5
|
||||
6
|
||||
Reference in New Issue
Block a user