Feature: debug (settings)

This commit is contained in:
Patrick Amrhein 2024-03-27 19:18:08 +01:00
parent 0ca2eb8287
commit 737308ebe6
5 changed files with 17 additions and 0 deletions

View file

@ -588,6 +588,7 @@ class Web {
mConfig->plugin.zeroExport.enabled = (request->arg("ze_enabled") == "on");
mConfig->plugin.zeroExport.log_over_webserial = (request->arg("ze_log_over_webserial") == "on");
mConfig->plugin.zeroExport.log_over_mqtt = (request->arg("ze_log_over_mqtt") == "on");
mConfig->plugin.zeroExport.debug = (request->arg("ze_debug") == "on");
// TODO: sortieren
// mConfig->plugin.zeroExport.enabled = (request->arg("en_zeroexport") == "on");
// mConfig->plugin.zeroExport.two_percent = (request->arg("two_percent") == "on");