You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.