Update RX_FSK.ino
This commit is contained in:
parent
b5456d84d1
commit
387d3c059d
|
|
@ -3699,8 +3699,8 @@ void sondehub_send_data(WiFiClient * client, SondeInfo * s, struct st_sondehub *
|
||||||
w += strlen(w);
|
w += strlen(w);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Only send burst timer if RS41
|
// Only send burst timer if RS41 and not 0
|
||||||
if (realtype == STYPE_RS41) {
|
if ((realtype == STYPE_RS41) && ((int)s->burstKT != 0)) {
|
||||||
sprintf(w, "\"burst_timer\": %d,", (int)s->burstKT);
|
sprintf(w, "\"burst_timer\": %d,", (int)s->burstKT);
|
||||||
w += strlen(w);
|
w += strlen(w);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue