Skip to content

Commit 1571bc3

Browse files
committed
merge
2 parents b64b9d2 + b647d8b commit 1571bc3

2 files changed

Lines changed: 54 additions & 53 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unitemp changelog
22
## Unitemp 2.0
3-
#### New Features and Sensors
3+
New Features and Sensors
44
- Added LED, sound, and vibration indication of the environment's status. The RGB LED will show the safety level of the thermal index and CO2 concentration in the air. Green means safe, yellow means remove active loads and ventilate the room. Red means the environment is hazardous to health. Flashing red and audible and vibration alarms indicate a fatal health hazard.
55
- Added scanning for devices connected to the I2C bus when creating or editing a sensor. This will make it easy to find the required address and prevent creating sensors with duplicate addresses.
66
- Added the ability to connect Dallas sensors (DS18B20, etc.) to port 17 (1W).
@@ -10,17 +10,20 @@
1010
- Added 5V power management setting.
1111
- Added support for the HDC2080, TMP102, SHTC3, SHT40/41/45 sensors.
1212
#### General
13+
1314
- Sensor configuration and save files have been moved to apps_data. Saved sensors from the previous version of the app will automatically migrate to the new location.
1415
- Fixed temperature index calculation. It is now only calculated for temperatures above 21°C (70°F).
1516
- Temporarily removed SCD40/41 calibration
1617
- Updated the list of sensors in the README.
17-
#### User Interface
18+
19+
User Interface
1820
- Improved display of CO2 concentration values ​​in the air.
1921
- The backlight is always on only when sensor values ​​are displayed. In the menu, the backlight will be turned off according to the system settings.
2022
- Added a wait state for sensor values. If a sensor is initialized but its values ​​are not yet ready, the message "Reading values..." is displayed. - The "No sensors found" message has been replaced with "No sensors yet."
2123
- The crying dolphin icon has been replaced with a confused one (whatever that means).
2224
- New windows and other GUI improvements.
23-
#### Application Code
25+
26+
Application Code
2427
- General code quality improvements. The GUI has been completely rewritten using native libraries.
2528
- Memory leaks have been fixed.
2629
- Sensor polling and screen rendering are now performed asynchronously in separate threads.

0 commit comments

Comments
 (0)