Changed the setPath order for ARISS (ISS)

pull/16/head
Mustafa Tan 2021-03-28 20:22:47 +03:00 zatwierdzone przez GitHub
rodzic 91d90a257b
commit 9b0f1af380
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -166,10 +166,6 @@ void loop() {
GpsOFF;
ublox_high_alt_mode_enabled = false; //gps sleep mode resets high altitude mode.
GpsFirstFix=true;
//APRS frequency isn't the same for the whole world. (for pico balloon only)
if (!radioSetup) {
configureFreqbyLocation();
}
if(autoPathSizeHighAlt && gps.altitude.feet()>3000){
//force to use high altitude settings (WIDE2-n)
@ -178,6 +174,11 @@ void loop() {
//use default settings
APRS_setPathSize(pathSize);
}
//APRS frequency isn't the same for the whole world. (for pico balloon only)
if (!radioSetup) {
configureFreqbyLocation();
}
//send status message every 60 minutes
if(gps.time.minute() == 0){