forked from brewbit/model-t
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
21 lines (19 loc) · 931 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
*** 1.2.0 ***
- FIX: Fix display of negative quantities between 0 and -1.
- NEW: Add a configurable screen turn-off delay.
- FIX: Fix static setpoint units/conversion when set to Celsius.
- FIX: Add hysteresis to PID mode to prevent constant heater/cooler cycling.
- FIX: Fix hysteresis implementation.
- NEW: Add probe calibration utility.
- FIX: Fix rapid relay cycling caused by invalid cycle delay setup.
*** 1.1.0 ***
- NEW: Support static IP address assignment.
- FIX: Change hysteresis to force heating cooling until SP +/- H/2 is reached.
- FIX: Disable outputs when the session is stopped.
- NEW: Filter sensor readings.
- FIX: Verify DS18B20 scratchpad register CRC before using temperature readings.
- FIX: Support reading negative temperatures from DS18B20.
- FIX: Improve touchscreen calibration robustness.
- FIX: Fix lockup when selecting a dual stage configuration from the device.
*** 1.0.0 ***
- First release!