Index: dialin/ui/hd_simulator.py =================================================================== diff -u -rd45ebd9da5b356cb88f9e1cc2b3d71f8cb0ddbab -rdaae4ad1cee801f2e75c8e0d51a6935507869447 --- dialin/ui/hd_simulator.py (.../hd_simulator.py) (revision d45ebd9da5b356cb88f9e1cc2b3d71f8cb0ddbab) +++ dialin/ui/hd_simulator.py (.../hd_simulator.py) (revision daae4ad1cee801f2e75c8e0d51a6935507869447) @@ -27,6 +27,9 @@ from math import copysign import threading as threads_here from time import time, sleep + +HD_VERSION = "Demo 1.0.0" # TODO: add the MSG_ID_HD_VERSION_REPONSE to actually get it on the UI screen + def catch_exception(f): @functools.wraps(f) def func(*args, **kwargs):