clear all data also on SH import
This commit is contained in:
parent
9fdfc02caf
commit
03968f6ab4
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue