Merge remote-tracking branch 'origin/WiFi-Manager' into WiFi-Manager

Conflicts:
	components/wifi-manager/http_server.c
This commit is contained in:
Sebastien
2019-09-02 17:13:21 -04:00
3 changed files with 11 additions and 5 deletions

View File

@@ -184,7 +184,7 @@ function handleClick(cb) {
<div id="autoexec-command">
<h2>Command to run</h2>
<section id="command-list">
<input id="autoexec1" type="text" size="50" maxlength="201" value="squeezelite -o I2S -b 500:2000 -d all=info" />
<textarea id="autoexec1" maxlength="120">squeezelite -o I2S -b 500:2000 -d all=info -M esp32</textarea>
</section>
</div>

View File

@@ -265,6 +265,9 @@ h3 {
position: absolute;
cursor: pointer;
top: 1.5em;
left: 8px;
width: 4em;
height: 2em;
background-color: #c32e04;
@@ -343,3 +346,8 @@ input#ota {
#otadiv {
margin-bottom: 15px;
}
textarea#autoexec1 {
width: 100%;
}