Added Maglink RTK GNSS receiver integration with correct BLE UUIDs and device name filtering (ML-* prefix). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
9 lines
306 B
XML
9 lines
306 B
XML
<maui:MauiWinUIApplication
|
|
x:Class="FieldLogger.WinUI.App"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:maui="using:Microsoft.Maui"
|
|
xmlns:local="using:FieldLogger.WinUI">
|
|
|
|
</maui:MauiWinUIApplication>
|