mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-08-01 06:22:32 +02:00
3e8eb00e3e
Add support for adding contacts manually using the MeshCore mobile app URI format (meshcore://contact/add?name=...&public_key=...&type=...) or raw parameters (public_key, type, name). This enables contact sharing between mc-webui and the MeshCore Android/iOS app via URI/QR codes. - Add parse_meshcore_uri() helper to parse mobile app URIs - Add DeviceManager.add_contact_manual() using CMD_ADD_UPDATE_CONTACT - Update import_contact_uri() to handle both mobile app and hex blob URIs - Add manual_add console command with two usage variants - Update console help text Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>