thermostat/pytec/pytec
atse 0f768f30e8 ctrl_panel: Fix editing fields with unit "°C"
A faulty regular expression within PyQtGraph causes any Parameter with a
suffix that doesn't begin with an alphanumeric character (as matched
with \w) to act abnormally. For instance, entering "100 °C" into the
input boxes gets interpreted as 10 °C.

Patch the FLOAT_REGEX in PyQtGraph to simply match for any character in
the suffix group.
2024-08-16 14:05:44 +08:00
..
gui ctrl_panel: Fix editing fields with unit "°C" 2024-08-16 14:05:44 +08:00
__init__.py pytec: init 2020-09-29 02:52:46 +02:00
aioclient.py Finish GUI 2024-05-08 14:49:03 +08:00
client.py Try move from Qthreads to qasync 2024-05-08 14:49:03 +08:00