fixing dashboard data stuff
This commit is contained in:
parent
1f9ac407a5
commit
470d1a5a98
1 changed files with 1 additions and 32 deletions
|
@ -982,38 +982,7 @@ String Proc_WebPage_grow_dashboard(const String& var) {
|
|||
} else {
|
||||
return String();
|
||||
}
|
||||
}
|
||||
/* WTF CAUSES THIS BLOCK A CRASH??!?! When i delete the last one "ADD_DISABLED_SCHNUSEL", then it dont crash - LOLWTF?!
|
||||
* OOM maybe? I cant read the exception atm
|
||||
* :: [WiFi:Init]
|
||||
:: [WiFi:Connect] connecting to SSID: MyFancyWifi
|
||||
|
||||
--------------- CUT HERE FOR EXCEPTION DECODER ---------------
|
||||
|
||||
Exception (28):
|
||||
epc1=0x4021a3e0 epc2=0x00000000 epc3=0x40266311 excvaddr=0x01010044 depc=0x00000000
|
||||
|
||||
>>>stack>>>
|
||||
|
||||
ctx: sys
|
||||
sp: 3fffedd0 end: 3fffffb0 offset: 0150
|
||||
3fffef20: 40106161 000ba719 3ffeff40 60000600
|
||||
3fffef30: 402676e8 3ffeff18 3ffeff40 0025c08f
|
||||
3fffef40: 4026770e 3fffdab0 00000000 3fff00c0
|
||||
3fffef50: 3fffdc10 00000000 3fff384c 4026b6a4
|
||||
3fffef60: 40000f49 3fffdab0 3fffdab0 40000f49
|
||||
3fffef70: 40000e19 0008212f bff00000 0000bfff
|
||||
3fffef80: 00000005 aa55aa55 000000f4 40105b09
|
||||
3fffef90: 40105b0f bff00000 0000bfff ffffffff
|
||||
3fffefa0: 4010000d bff00000 0008212f 401000ab
|
||||
3fffefb0: 402579ec 3fffef4c 402579a5 3ffffd58
|
||||
3fffefc0: 3fffffd0 00000000 00000000 feefeffe
|
||||
3fffefd0: feefeffe feefeffe feefeffe feefeffe
|
||||
3fffefe0: feefeffe feefeffe feefeffe feefeffe
|
||||
3fffeff0: feefeffe feefeffe feefeffe feefeffe
|
||||
3ffff000: feefeffe feefeffe feefeffe feefeffe
|
||||
* */
|
||||
else if(var == "TR_TD_GAUGE") {
|
||||
} else if(var == "TR_TD_GAUGE") {
|
||||
String html;
|
||||
for(byte i = 0; i < Max_Dashboard_Gauge; i++) {
|
||||
if(config.grow.dashboard.gaugeConfigured[i] == true) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue