Skip to content

v1.0.9

Choose a tag to compare

@github-actions github-actions released this 17 Jun 05:09
· 2 commits to main since this release
Add temperature monitoring feature and UI

- Updated `AppShell.xaml.cs` to register a route for `TemperaturePage`.
- Modified `RssiToSignalLevelConverter.cs` to support nullable types.
- Enhanced device connection handling in `MainViewModel.cs` with timeout and improved alerts.
- Expanded `sketch_jun16a.ino` to read temperature from a DHT sensor and broadcast via BLE.
- Introduced `TemperatureViewModel.cs` for managing temperature data and device state.
- Created `TemperaturePage.xaml` for displaying temperature data and device info.
- Added `TemperaturePage.xaml.cs` to set up binding context and manage view model disposal.