* 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

@ -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) {