kopia lustrzana https://github.com/rs1729/RS
Expand sonde ID storage field to handle 8-digit serial numbers.
rodzic
d828472630
commit
b0bf8696e9
|
@ -47,7 +47,7 @@ gpx_t gpx;
|
||||||
char dat_str[9][13+1];
|
char dat_str[9][13+1];
|
||||||
|
|
||||||
// Buffer to store sonde ID
|
// Buffer to store sonde ID
|
||||||
char sonde_id[] = "DFMxx-xxxxxx";
|
char sonde_id[] = "DFMxx-xxxxxxxx";
|
||||||
|
|
||||||
int option_verbose = 0, // ausfuehrliche Anzeige
|
int option_verbose = 0, // ausfuehrliche Anzeige
|
||||||
option_raw = 0, // rohe Frames
|
option_raw = 0, // rohe Frames
|
||||||
|
|
Ładowanie…
Reference in New Issue