fix #359: The Noto mount conponent exposes a bad date and time readout from...
fix #359: The Noto mount conponent exposes a bad date and time readout from the ACU. This readout (#360) is employed in coordinate computation in order to check if the telescope is tracking or not. This problem was due to the 32 to 64 bits migration particularly a memcpy from a ACU buffer to an integer. This integer was 4 byte long in the 32 bits architecture while was 8 bytes in the 64 bits. The result of that was an inversion of LSB and MSB .
Loading
Please register or sign in to comment