Added a new script utils/decodeMasterMACStatusR10.py which allows to

decode the R10 status message of the MasterMACs controller.

Also fixed a bug in utils/deltatau.py (error when printing too much text
at once)
This commit is contained in:
2024-10-24 10:34:19 +02:00
parent 3cccfe930c
commit 9e0d8a4322
2 changed files with 209 additions and 0 deletions

View File

@ -64,6 +64,7 @@ if __name__ == "__main__":
curses.noecho()
curses.cbreak()
stdscr.keypad(True)
stdscr.scrollok(True)
stdscr.addstr(">> ")
stdscr.refresh()