File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------------------
2+ Version 1.8.1 2023-02-21
3+ -------------------------------------------------------------------------------
4+
5+ Framework:
6+
7+ - Fixed bug where audio output and rotary encoder could not be used together.
8+
19-------------------------------------------------------------------------------
210Version 1.8 2022-11-08
311-------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 11import os
22import json
33
4- VERSION = "1.8"
4+ VERSION = "1.8.1 "
55
66top_dir = os .path .dirname (os .path .dirname (os .path .abspath (__file__ ))) # Top level pyControl folder.
77dirs = {
Original file line number Diff line number Diff line change 33from . import state_machine as sm
44from . import hardware as hw
55
6- VERSION = '1.8'
6+ VERSION = '1.8.1 '
77
88class pyControlError (BaseException ): # Exception for pyControl errors.
99 pass
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ hardware_defintions : User hardware definition files
1616tools : Tools for importing and visualising pycontrol data
1717pyControl_GUI.py : Python script to launch the GUI
1818
19- Version: v1.8
19+ Version: v1.8.1
2020---------------
2121
You can’t perform that action at this time.
0 commit comments