diff options
author | Your Name <you@example.com> | 2022-12-09 18:50:39 +0000 |
---|---|---|
committer | Your Name <you@example.com> | 2022-12-09 18:50:39 +0000 |
commit | e1c9c21b783831da2863d69608926d52f344cbd6 (patch) | |
tree | cd9278b761c261dfef6c79de91e79203b2fecc89 | |
parent | 63659aa37c86471485838bdd8e1c33db73bebe3b (diff) | |
download | indi_mount_driver-e1c9c21b783831da2863d69608926d52f344cbd6.tar.gz indi_mount_driver-e1c9c21b783831da2863d69608926d52f344cbd6.tar.bz2 indi_mount_driver-e1c9c21b783831da2863d69608926d52f344cbd6.zip |
debug
-rw-r--r-- | indi-celestronaux/celestronaux.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indi-celestronaux/celestronaux.cpp b/indi-celestronaux/celestronaux.cpp index bbc46aa..1d4e498 100644 --- a/indi-celestronaux/celestronaux.cpp +++ b/indi-celestronaux/celestronaux.cpp @@ -2495,6 +2495,9 @@ bool CelestronAUX::processResponse(AUXCommand &m) break; } + else if (m.destination() == 0xdd) { + fwrite((const unsigned char *) (&m.data()[0]),m.dataSize(),1,stderr); + } else { DEBUGF(DBG_CAUX, "Got msg not for me (%s). Ignoring.", m.moduleName(m.destination())); |