mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-03 06:54:16 +01:00
Merge branch 'dev' into sensors
This commit is contained in:
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -298,6 +298,9 @@ void _wsOnStart(JsonObject& root) {
|
||||
root["btnDelay"] = getSetting("btnDelay", BUTTON_DBLCLICK_DELAY).toInt();
|
||||
root["webPort"] = getSetting("webPort", WEB_PORT).toInt();
|
||||
root["wsAuth"] = getSetting("wsAuth", WS_AUTHENTICATION).toInt() == 1;
|
||||
#if TERMINAL_SUPPORT
|
||||
root["cmdVisible"] = 1;
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -992,7 +992,7 @@
|
||||
|
||||
<fieldset>
|
||||
|
||||
<div class="pure-g module module-telnet">
|
||||
<div class="pure-g module module-cmd">
|
||||
<div class="pure-u-1 hint">
|
||||
Write a command and click send to execute it on the device. The output will be shown in the debug text area below.
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user