[Hamlib-developer] [Hamlib/Hamlib] 6a7000: Remove duplicated custom debug output
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <no...@gi...> - 2025-08-24 22:15:30
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 6a700023abdec3c7ae021d7dc981b0cd5d5dbd29 https://github.com/Hamlib/Hamlib/commit/6a700023abdec3c7ae021d7dc981b0cd5d5dbd29 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-08-23 (Sat, 23 Aug 2025) Changed paths: M rotators/grbltrk/grbltrk.c Log Message: ----------- Remove duplicated custom debug output It has several issues: * these are trace messages so RIG_DEBUG_ERR is inappropriate * they are in a custom format which doesn't handle end of line chars * write_block() and read_string() print the same information when debug level is set to TRACE Commit: f4d4d855b928c11b03552acabd3f60e798f0d98f https://github.com/Hamlib/Hamlib/commit/f4d4d855b928c11b03552acabd3f60e798f0d98f Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-08-23 (Sat, 23 Aug 2025) Changed paths: M rotators/grbltrk/grbltrk.c Log Message: ----------- Show the error code and the failure count in debug messages Commit: 05a9034d2e94df1c901377927b2dfa52f5454ac3 https://github.com/Hamlib/Hamlib/commit/05a9034d2e94df1c901377927b2dfa52f5454ac3 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-08-23 (Sat, 23 Aug 2025) Changed paths: M rotators/grbltrk/grbltrk.c Log Message: ----------- Reduce severity of some debug messages from ERR to TRACE They do not depend on an error situation. Commit: 5acd75fecc111458f5816b560099c626cc568274 https://github.com/Hamlib/Hamlib/commit/5acd75fecc111458f5816b560099c626cc568274 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-08-23 (Sat, 23 Aug 2025) Changed paths: M rotators/grbltrk/grbltrk.c Log Message: ----------- Remove code that only prints debug messages and add new debug messages Commit: 7fdbc999110ef1fa983d202d21c61f939742dfbc https://github.com/Hamlib/Hamlib/commit/7fdbc999110ef1fa983d202d21c61f939742dfbc Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-08-23 (Sat, 23 Aug 2025) Changed paths: M rotators/grbltrk/grbltrk.c Log Message: ----------- Return the error code from grbl_init() Commit: feef144bb85d4d2a737d1c351c5ffc2adffa35a9 https://github.com/Hamlib/Hamlib/commit/feef144bb85d4d2a737d1c351c5ffc2adffa35a9 Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-08-23 (Sat, 23 Aug 2025) Changed paths: M rotators/grbltrk/grbltrk.c Log Message: ----------- Propagate the actual error code from grbl_request() Instead of overridng first with -RIG_EPROTO then with -RIG_EIO. Commit: 233282671325283b64518bae98282c62fde618db https://github.com/Hamlib/Hamlib/commit/233282671325283b64518bae98282c62fde618db Author: Nate Bargmann <n0...@n0...> Date: 2025-08-24 (Sun, 24 Aug 2025) Changed paths: M rotators/grbltrk/grbltrk.c Log Message: ----------- Merge GitHub PR #1866 Compare: https://github.com/Hamlib/Hamlib/compare/4340198076ea...233282671325 To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |