clear all data also on SH import

This commit is contained in:
Hansi, dl9rdz 2021-09-23 13:30:56 +02:00
parent 9fdfc02caf
commit 03968f6ab4
1 changed files with 1 additions and 0 deletions

View File

@ -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;