Skip to content

Commit a182a3b

Browse files
committed
release: prepare v1.1.1
1 parent 7e84ef9 commit a182a3b

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

docs/releases/v1.1.1.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Project Aura v1.1.1
2+
3+
Release date: 2026-03-16
4+
5+
## Status
6+
- This is the latest stable firmware before the public Project Aura release on MakerWorld.
7+
- A lot has changed since `v1.1.0`; the points below summarize the main user-facing and stability improvements.
8+
9+
## Highlights
10+
- Web delivery has been reworked with embedded versioned assets for the Dashboard, Fan Control page, and Theme page, plus multiple transfer hardening improvements for difficult Wi-Fi environments.
11+
- MQTT and Wi-Fi recovery behavior was refined for congested 2.4 GHz networks, with safer reconnect timing and reduced connection pressure.
12+
- RTC support was expanded with DS3231 and PCF8523 autodetection, shared-address fault handling, clearer status visibility, and a manual RTC override mode.
13+
- Sensor and peripheral robustness was improved for SEN66, SFA30, BMP58x/BMP388/BMP390, optional CO sensing, and DAC availability/fault reporting.
14+
- Fan Control received multiple updates including HCHO support in auto mode, restored armed-auto behavior after reboot, synchronized timer presets, improved QR and direct-link access, and better web/UI consistency.
15+
- The UI and web diagnostics flow were improved with a live system log screen, clearer OTA/update states, localized overlays, and more polished AP/STA dashboard behavior.
16+
- Stability work also reduced steady-state memory drift and muted noisy low-level LCD panel I2C logs.
17+
18+
## Notes
19+
- OTA update keeps user settings.
20+
- Recommended GitHub release asset:
21+
- `project_aura_1.1.1_ota_firmware.bin`
22+
23+
Internal note:
24+
- Website installer files are hosted outside GitHub Release.

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ board_build.sdkconfig = sdkconfig.defaults
2222

2323
build_flags =
2424
-DCORE_DEBUG_LEVEL=1
25-
-DAPP_VERSION=\"1.1.0\"
25+
-DAPP_VERSION=\"1.1.1\"
2626
-DLV_CONF_INCLUDE_SIMPLE
2727
-DLV_LVGL_H_INCLUDE_SIMPLE
2828
-DLV_COLOR_16_SWAP=0

0 commit comments

Comments
 (0)