File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ -------------------------------------------------------------------------------
2+ Version 2.1 2025-11-11
3+ -------------------------------------------------------------------------------
4+
5+ GUI:
6+
7+ - Various bug fixes & UI improvements.
8+
9+ Framework:
10+
11+ - Analog_input and Rotary_encoder now support multiple thresholds for generating framework events.
12+ - Rsync pulses can now be output on multiple pins.
13+ - Fixed bug where stepped and pulsed sounds started after a short delay.
14+
15+ Devices:
16+
17+ - Added GridMaze device class.
18+ - Added UART_handler device to generate framework events when UART message received.
19+
120-------------------------------------------------------------------------------
221Version 2.0.2 2024-06-13
322-------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 11import os
22import json
33
4- VERSION = "2.0.2 "
4+ VERSION = "2.1 "
55
66
77def get_setting (setting_type , setting_name , want_default = False ):
Original file line number Diff line number Diff line change 66from . import hardware as hw
77from . import utility as ut
88
9- VERSION = "2.0.2 "
9+ VERSION = "2.1 "
1010
1111
1212class pyControlError (BaseException ): # Exception for pyControl errors.
You can’t perform that action at this time.
0 commit comments