Fix for unstable ESP8266 when debug is disabled

This commit is contained in:
Gunnar Skjold
2022-02-20 10:51:19 +01:00
parent 6e9e988ff0
commit 7e41168606
4 changed files with 10 additions and 15 deletions

View File

@@ -25,7 +25,6 @@
<option value="2" ${config.debugLevel2}>Debug</option>
<option value="3" ${config.debugLevel3}>Info</option>
<option value="4" ${config.debugLevel4}>Warning</option>
<option value="5" ${config.debugLevel5}>Error</option>
</select>
</div>
</div>