Always send for RS41

pull/175/head
Luke Prior 2021-09-19 20:17:22 +10:00 zatwierdzone przez GitHub
rodzic e4e89a29d0
commit b5456d84d1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -3699,8 +3699,8 @@ void sondehub_send_data(WiFiClient * client, SondeInfo * s, struct st_sondehub *
w += strlen(w);
}
// Only send burst timer if provided
if ((int)s->burstKT < 30600) {
// Only send burst timer if RS41
if (realtype == STYPE_RS41) {
sprintf(w, "\"burst_timer\": %d,", (int)s->burstKT);
w += strlen(w);
}