Fix macOS Bluetooth state and add RTK debug console
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
</VerticalStackLayout>
|
||||
</Border>
|
||||
|
||||
<Label Text="Message Log" FontAttributes="Bold" FontSize="16" Margin="0,12,0,0" />
|
||||
<Label Text="Device Console" FontAttributes="Bold" FontSize="16" Margin="0,12,0,0" />
|
||||
|
||||
<Border StrokeThickness="0" Background="{AppThemeBinding Light=#F2F2F7, Dark=#1C1C1E}" StrokeShape="RoundRectangle 12" Padding="12">
|
||||
<VerticalStackLayout Spacing="10">
|
||||
@@ -57,7 +57,7 @@
|
||||
|
||||
<CollectionView ItemsSource="{Binding Messages}" HeightRequest="400">
|
||||
<CollectionView.EmptyView>
|
||||
<Label Text="No messages yet. Messages will appear here when received from the device."
|
||||
<Label Text="No messages yet. Locator data and RTK NMEA sentences will appear here as they are received."
|
||||
TextColor="Gray" FontSize="12" HorizontalOptions="Center" VerticalOptions="Center" />
|
||||
</CollectionView.EmptyView>
|
||||
<CollectionView.ItemTemplate>
|
||||
|
||||
Reference in New Issue
Block a user