File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11### Changes this version:
2- - Fixed analog input range sliders not updating correctly when autotune is toggled after changing channel numbers
2+ - Added MagnTek mode selector. Support for MT6835
33
44### Changes in v16.x:
55- Added RMD CAN motor tab
1212- Delete callbacks on connection close. Fixes random error messages if a UI element is not properly removed
1313- Added expo curve tuning UI (If used with v1.16.4 FW)
1414- Using $XDG_CONFIG_HOME/openffb on linux if no local profile file found
15- - Improved python 3.13 compatibility
15+ - Improved python 3.13 compatibility
16+ - Fixed analog input range sliders not updating correctly when autotune is toggled after changing channel numbers
Original file line number Diff line number Diff line change 5858import canremote_ui
5959
6060# This GUIs version
61- VERSION = "1.16.6 "
61+ VERSION = "1.16.7 "
6262
6363# Minimal supported firmware version.
6464# Major version of firmware must match firmware. Minor versions must be higher or equal
65- MIN_FW = "1.16.0 "
65+ MIN_FW = "1.16.5 "
6666
6767DEFAULTLANG = "en_US"
6868
You can’t perform that action at this time.
0 commit comments