Retain tethering status between reboots

This commit is contained in:
FrogAi
2024-02-27 16:34:47 -07:00
parent 1585cbcd25
commit 6661c4dd89
5 changed files with 18 additions and 0 deletions

View File

@@ -352,6 +352,7 @@ std::unordered_map<std::string, uint32_t> keys = {
{"StandardJerk", PERSISTENT},
{"StockTune", PERSISTENT},
{"StoppingDistance", PERSISTENT},
{"TetheringEnabled", PERSISTENT},
{"UnlimitedLength", PERSISTENT},
{"UpdateSchedule", PERSISTENT},
{"UpdateTime", PERSISTENT},