Merge branch 'LukePrior-patch-4' into devel

pull/182/head
Hansi, dl9rdz 2021-09-20 11:10:06 +02:00
commit 3cd22dc8c2
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -3715,8 +3715,8 @@ void sondehub_send_data(WiFiClient * client, SondeInfo * s, struct st_sondehub *
}
// Only send burst timer if RS41 and not 0
if ((realtype == STYPE_RS41) && ((int)s->burstKT != 0)) {
sprintf(w, "\"burst_timer\": %d,", (int)s->burstKT);
if ((realtype == STYPE_RS41) && ((int)s->countKT != 0)) {
sprintf(w, "\"burst_timer\": %d,", (int)s->countKT);
w += strlen(w);
}