mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-10 14:41:37 +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
|
@ -563,6 +563,7 @@ class RestApi {
|
|||
obj[F("show_live_data")] = mConfig->serial.showIv;
|
||||
obj[F("debug")] = mConfig->serial.debug;
|
||||
obj[F("priv")] = mConfig->serial.privacyLog;
|
||||
obj[F("wholeTrace")] = mConfig->serial.printWholeTrace;
|
||||
}
|
||||
|
||||
void getStaticIp(JsonObject obj) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue