diff --git a/RX_FSK/RX_FSK.ino b/RX_FSK/RX_FSK.ino index 5c941b3..7e9164b 100644 --- a/RX_FSK/RX_FSK.ino +++ b/RX_FSK/RX_FSK.ino @@ -3714,8 +3714,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); }