mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-23 11:17:11 +02:00
Feature: debug (settings)
This commit is contained in:
parent
0ca2eb8287
commit
737308ebe6
5 changed files with 17 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue