Update to 3.1.0.BETA7

* Version Bump to 3.1.0.BETA7
 * small API changes
 * work to solve heap problems
This commit is contained in:
bpohvoodoo
2020-02-02 16:07:52 +01:00
parent 09a1b078f6
commit cac526215d
15 changed files with 1927 additions and 1869 deletions
+2 -2
View File
@@ -16,7 +16,7 @@
"switch": {
"status": "http://<ESP_HOST>/get_switch",
"powerOn": "http://<ESP_HOST>/all?r=255&g=255&b=255",
"powerOn": "http://<ESP_HOST>/on",
"powerOff": "http://<ESP_HOST>/off"
},
@@ -27,7 +27,7 @@
"color": {
"status": "http://<ESP_HOST>/get_color",
"url": "http://<ESP_HOST>/set?m=0?rgb=%s",
"url": "http://<ESP_HOST>/set?m=0?rgb=00%s",
"brightness": true
}
}
+5
View File
@@ -5,6 +5,11 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="mobile-web-app-capable" content="yes">
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Wed, 01 Jan 2020 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<style>
Binary file not shown.