gps_cli: gps also restored on sensors and rooms

Этот коммит содержится в:
Florent de Lamotte
2025-10-06 15:30:18 +02:00
родитель 6ed8e9d514
Коммит 9e3c2fc9d9
6 изменённых файлов: 25 добавлений и 10 удалений
+4
Просмотреть файл
@@ -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) {