Releases: melkati/CO2-Gadget
CO2-Gadget-v0.014.006
What's Changed
Full Changelog: v0.14.000...v0.014.006
CO2-Gadget-v0.14.000
⚡️ What's New
- 🖥️ Support for e-Ink displays
- 🛡️ Captive Portal for configuration
- 🖱️ Full Streamlined Web Preferences Page
- 📲 Sensor Calibration via Bluetooth: Now calibrate the CO2 sensor from the MyAmbiance app, via Bluetooth.
- ⚡️ Real-Time Voltage Calibration from preferences web page
- 🌐 Web Navigation System: Implement a navigation system between web pages for easier access and usability
- 📊 Status Page: Introduce a new status.html page with the most important internal information for enhanced monitoring
- 🌞 Light and Dark theme in web pages
🛠️ What's Fixed
- 📶 Improv WiFi for configuration from the web installer
- 🔄 Data Fetching Fixes: Resolve issues with fetching data from MyAmbiance for smoother data retrieval
- 🔌 Serial Port Stability: Address issues with serial port stability on ESP32 S3 boards for enhanced performance
- 🚫 BLE Limit Implementation: Implement limits on data sending via BLE (maximum 1 per second) for improved efficiency
- 🔋 Battery Level Display Fix: Fix battery level display reversal for accurate monitoring.
📜 Full Changelog: Click here
CO2-Gadget-v0.12.022
What's Changed
MAINTENANCE RELEASE Recommended for all CO2 Gadget users
- Added brightness control for T-Display S3 board (thanks to @Coscolin in #191)
- Fixes to the configuration web page
- Display layout fixes (occasional screen "dirtiness")
- Temporarily removed OTA update support for boards without PSRAM
- Additionally, numerous small fixes and improvements were made throughout CO2 Gadget to optimize its performance.
- Fix #185. Slow down after swapping between battery and external power by @melkati in #186
- 185 fix slow down by @melkati in #187
- Sync Development Branch by @melkati in #189
- Implement brightness regulation for T-Display S3 by @Coscolin in #191
- Update old links in README.md by @melkati in #193
- Update README.md by @melkati in #200
Full Changelog: v0.12.001...v0.12.022
CO2-Gadget-v0.12.001
Full Changelog: v0.12.000...v0.12.001
CO2-Gadget-v0.12.000
CO2-Gadget-v0.11.000
What's Changed
Full Changelog: v0.10.000...v0.11.000
CO2-Gadget-v0.10.000
What's Changed
- Limit tempOffset to 0-30 degrees on embedded menu and HTML config menu (only positive numbers) by @melkati in #158
- Buzzer implementation to drive the buzzer by @Coscolin in #157
- Menu options to configure buzzer alarm by @Coscolin in #156
- 159 add buzzer configuration to web config page by @melkati in #160
- Rename downOrangeRange and downRedRange to belowOrangeRange and belowRedRange for clarity by @melkati in #161
- Fix #155 Limit tempOffset to 0-30 degrees by @melkati in #162
- Add initialize buzzer in setup() by @melkati in #164
- Redefine buzzerLoop() workflow by @Coscolin in #163
- Reduce code to only buzzer on red co2 level by @Coscolin in #165
- Refactor initWifi(). Add uptime to information menu. Fixes typos. by @melkati in #167
- Add display st7789 240x320 by @melkati in #169
- Add hysteresis and correct sec. to ms timeBetweenBuzzerBeep*1000 by @Coscolin in #173
- Add support for buzzer and alarms #154 by @melkati in #174
- Feature buzzer by @melkati in #175
- Development by @melkati in #179
Full Changelog: v0.9.001...v0.10.000
CO2-Gadget-v0.9.001
What's new:
Full support for T-Display S3 board
Add support for ESP32 S3
Add Improv-WiFi functionality
Add configuration web page
Use bigger fonts on display
Smooth Anti-Aliased fonts
Show CO2 Gadget IP address in big numbers on serial port
MQTT Discovery for Home Assistant (and others supporting it as HomeSeer with mcsMQTT)
Update to CanAirIO Air Quality Sensors Library to latest version
Fixes:
Fix WiFi initialization issue (disable WiFi if SSID not set)](6953c97)
Modify partition table and Disable OTA for ESP32 to free up a lot of memory](64e13a2)
Brightness adjustment not working and display not turning off if configured to do so. Thanks @Coscolin
Many small fixes and improvements across CO2 Gadget
Know issues:
Sometimes CO2 value prints to wrong place on display #145 (as workaround, until it's fixed, enter and output menu).
Breaking changes:
None
Notes:
This PR was not tested on esp32dev and esp32dev_OLED
What's Changed
- Fix esp32dev environent (#93) by @melkati in #120
- Merge Development branch by @melkati in #123
- Merge Development branch by @melkati in #124
- Merge Development branch with new feature and fixes by @melkati in #127
- Merge Development branch into Master by @melkati in #128
- Sync developer branch with master by @melkati in #129
- Update CanAirIO Air Quality Sensors Library version by @melkati in #131
- Sync with Development branch by @melkati in #137
- Feature improv by @melkati in #139
- Repair brightness bug #125 and clean screen after menu idle #134 by @Coscolin in #140
- Development by @melkati in #144
- Replace font 15pt regular with bold for clarity by @melkati in #146
- Development by @melkati in #147
- Sync branches master -> development by @melkati in #148
- Development by @melkati in #149
- Development by @melkati in #150
Full Changelog from V0.8.000: v8.0.000...v0.9.001
CO2-Gadget-v0.9.000
What's new:
Full support for T-Display S3 board
Add support for ESP32 S3
Add Improv-WiFi functionality
Add configuration web page
Use bigger fonts on display
Smooth Anti-Aliased fonts
Show CO2 Gadget IP address in big numbers on serial port
MQTT Discovery for Home Assistant (and others supporting it as HomeSeer with mcsMQTT)
Update to CanAirIO Air Quality Sensors Library to latest version
Fixes:
Brightness adjustment not working and display not turning off if configured to do so. Thanks @Coscolin
Many small fixes and improvements across CO2 Gadget
Know issues:
Sometimes CO2 value prints to wrong place on TTGO T-Display #145
Breaking changes:
None
Notes:
This PR was not tested on esp32dev and esp32dev_OLED
What's Changed
- Fix esp32dev environent (#93) by @melkati in #120
- Merge Development branch by @melkati in #123
- Merge Development branch by @melkati in #124
- Merge Development branch with new feature and fixes by @melkati in #127
- Merge Development branch into Master by @melkati in #128
- Sync developer branch with master by @melkati in #129
- Update CanAirIO Air Quality Sensors Library version by @melkati in #131
- Sync with Development branch by @melkati in #137
- Feature improv by @melkati in #139
- Repair brightness bug #125 and clean screen after menu idle #134 by @Coscolin in #140
- Development by @melkati in #144
- Replace font 15pt regular with bold for clarity by @melkati in #146
- Development by @melkati in #147
- Sync branches master -> development by @melkati in #148
- Development by @melkati in #149
Full Changelog: v8.0.000...v0.9.000
CO2-Gadget-v0.8.080
What's Changed
- Sync developer branch with master by @melkati in #129
- Update CanAirIO Air Quality Sensors Library version by @melkati in #131
- Sync with Development branch by @melkati in #137
- Feature improv by @melkati in #139
- Repair brightness bug #125 and clean screen after menu idle #134 by @Coscolin in #140
- Development by @melkati in #144
- Replace font 15pt regular with bold for clarity by @melkati in #146
- Development by @melkati in #147
Full Changelog: v8.0.017...v0.8.080