Added telemetry setting

This commit is contained in:
Mark Qvist 2023-10-29 17:55:42 +01:00
parent 468d4145b7
commit 0b2a86a394
2 changed files with 23 additions and 1 deletions

View file

@ -521,6 +521,8 @@ class SidebandCore():
self.config["telemetry_display_trusted_only"] = False
if not "telemetry_receive_trusted_only" in self.config:
self.config["telemetry_receive_trusted_only"] = False
if not "telemetry_send_all_to_collector" in self.config:
self.config["telemetry_send_all_to_collector"] = False
if not "telemetry_s_location" in self.config:
self.config["telemetry_s_location"] = False