fix #124
This commit is contained in:
parent
1cf4c7d874
commit
e0eafbdfb4
|
|
@ -2231,7 +2231,9 @@ void loopDecoder() {
|
|||
}
|
||||
#endif
|
||||
} else {
|
||||
#if FEATURE_SONDEHUB
|
||||
sondehub_finish_data(&shclient, s, &sonde.config.sondehub);
|
||||
#endif
|
||||
}
|
||||
// always send data, even if not valid....
|
||||
if (rdzclient.connected()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue