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 device collection and signal strength converter
Updated `MainViewModel` to use `ObservableCollection<IDevice>` for managing discovered devices. Introduced `ScanButtonText` for dynamic button labeling and refactored scanning logic. Enhanced `OnDeviceDiscovered` to maintain order based on RSSI values.
Modified `MainPage.xaml` to include a `CollectionView` for displaying devices with their name, ID, and signal strength. Added `RssiToSignalLevelConverter` to visually represent RSSI values with filled and empty bars.