* optimized heuristic

* added option to reduce log size (strip frame payload to relevant field)
thx @Oberfritze, @rejoe2
This commit is contained in:
lumapu 2023-11-20 22:58:57 +01:00
parent bac4301b8a
commit f417717fc3
10 changed files with 114 additions and 69 deletions

View file

@ -560,6 +560,7 @@ class Web {
// serial console
mConfig->serial.debug = (request->arg("serDbg") == "on");
mConfig->serial.privacyLog = (request->arg("priv") == "on");
mConfig->serial.printWholeTrace = (request->arg("wholeTrace") == "on");
mConfig->serial.showIv = (request->arg("serEn") == "on");
// display