telemetry support

pull/26/head
Rafal Rozestwinski 2022-12-01 22:34:00 +01:00
rodzic 5cf35031ac
commit f7b8f4a2d5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -358,7 +358,7 @@ int pack77(const char* msg, uint8_t* c77)
if(hex_ok >= 0) {
return 0;
} else {
return 1;
return -1;
}
}