* Advert type fix

* GPS pref defaults tidy
This commit is contained in:
Scott Powell 2025-10-12 12:33:20 +11:00
parent 487b7c6576
commit 837e7dcbdb
4 changed files with 18 additions and 9 deletions

View file

@ -645,6 +645,7 @@ MyMesh::MyMesh(mesh::MainBoard &board, mesh::Radio &radio, mesh::MillisecondCloc
// GPS defaults
_prefs.gps_enabled = 0;
_prefs.gps_interval = 0;
_prefs.advert_loc_policy = ADVERT_LOC_PREFS;
}
void MyMesh::begin(FILESYSTEM *fs) {