Retain network tethering

This commit is contained in:
James
2025-12-01 12:00:00 -07:00
parent e5dbb705d1
commit 6da27f85e6
4 changed files with 22 additions and 7 deletions
+4
View File
@@ -41,6 +41,10 @@ FrogPilotUIState::FrogPilotUIState(QObject *parent) : QObject(parent) {
});
wifi = new WifiManager(this);
if (params.getInt("TetheringEnabled") == 1) {
wifi->setTetheringEnabled(true);
}
}
FrogPilotUIState *frogpilotUIState() {