Releases: ewasjon/lpprtklib-client
Releases · ewasjon/lpprtklib-client
1.24
1.23
add back rtcm
1.22
better tags
1.21
split rtklib and rtkrcv flags
1.20
rtk_thread_server issue
1.19
cleanup
1.18
fix: correctness and stability improvements
- Add missing `import json` (fixes crash in handle_location)
- Fix logger.info call with extra positional arg (fixes TypeError on config change)
- Fix handle_nmea_tcp mutating tcp_clients list while iterating
- Fix cs_get/cs_put raising instead of returning None when off-device
- Fix event_handler colon-in-value parsing using split(':', 1)
- Ensure log directory exists before creating RotatingFileHandler
- Rename `format` variable to avoid shadowing built-in
- Rename inner output_thread function to _read_output to avoid name shadowing
- Remove duplicate log-level calls in SendLogHandler
1.17
add missing tags
1.16
fix rtkrcv
1.15
fix python