mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-05-17 18:35:48 +00:00
gps_cli: gps also restored on sensors and rooms
This commit is contained in:
@@ -632,6 +632,10 @@ void MyMesh::begin(FILESYSTEM *fs) {
|
||||
|
||||
updateAdvertTimer();
|
||||
updateFloodAdvertTimer();
|
||||
|
||||
#if ENV_INCLUDE_GPS == 1
|
||||
applyGpsPrefs();
|
||||
#endif
|
||||
}
|
||||
|
||||
void MyMesh::applyTempRadioParams(float freq, float bw, uint8_t sf, uint8_t cr, int timeout_mins) {
|
||||
|
||||
Reference in New Issue
Block a user