mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-23 11:17:11 +02:00
* optimized heuristic
* added option to reduce log size (strip frame payload to relevant field) thx @Oberfritze, @rejoe2
This commit is contained in:
parent
bac4301b8a
commit
f417717fc3
10 changed files with 114 additions and 69 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue