Skip to content

Hardware lock

Zdenek Vostrel requested to merge hardware-lock into dev
  • targeting #13 (closed): new HardwareLock class was created to synchronise the lock setting in the GUI and the ScreenControl class
  • targeting #15 (closed): sensitivity (on the Raw Signals tab) is affected by the HardwareLock (can not be changed unless hardware is unlocked)
  • as HardwareLock can now be changed outside the GUI, I added automatic synchronisation of the hardware lock status widget in the GUI to the actual lock setting (this is probably not very useful now, but it makes the GUI more future proof)

Merge request reports