clear all data also on SH import

pull/191/head
Hansi, dl9rdz 2021-09-23 13:30:56 +02:00
rodzic 9fdfc02caf
commit 03968f6ab4
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -90,6 +90,7 @@ void ShFreqImport::populate(char *id, float lat, float lon, float freq, const ch
return;
} // no more free slots
sonde.clearAllData(&sondeList[ppos]);
sonde.sondeList[ppos].active = 1;
sonde.sondeList[ppos].freq = freq;
sonde.sondeList[ppos].type = (SondeType)stype;