rs1729 / RS

radiosonde decoding
GNU General Public License v3.0
171 stars 56 forks source link

Re-add countdown timer to RS41 JSON output. #12

Closed darksidelemm closed 5 years ago

darksidelemm commented 5 years ago

Had to convert conf_cd back to a ui16_t for the values to fit.

rs1729 commented 5 years ago

Ups, of course, 16 bit ... I believe I never included JSON gpx->conf_cd?! Going to update rs41_sgm.c

Probably the timers are signed 16 bit (short) (0xFFFF only value > 0x7FFF ?) , but anyway, you filter 0xFFFF?!