From f87adad009c3b7186a2e73afaf5b8d5b60952af5 Mon Sep 17 00:00:00 2001 From: Benjamin Faershtein <119711889+RCGV1@users.noreply.github.com> Date: Fri, 9 Aug 2024 23:02:24 -0700 Subject: [PATCH] Created two App Intents and made a BLEManager singleton --- Meshtastic/AppIntents/MessageChannelIntent.swift | 8 ++++++++ Meshtastic/AppIntents/SendWaypointIntent.swift | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 Meshtastic/AppIntents/MessageChannelIntent.swift create mode 100644 Meshtastic/AppIntents/SendWaypointIntent.swift diff --git a/Meshtastic/AppIntents/MessageChannelIntent.swift b/Meshtastic/AppIntents/MessageChannelIntent.swift new file mode 100644 index 00000000..ad7bf1bc --- /dev/null +++ b/Meshtastic/AppIntents/MessageChannelIntent.swift @@ -0,0 +1,8 @@ +// +// MessageChannelIntent.swift +// Meshtastic +// +// Created by Benjamin Faershtein on 8/9/24. +// + +import Foundation diff --git a/Meshtastic/AppIntents/SendWaypointIntent.swift b/Meshtastic/AppIntents/SendWaypointIntent.swift new file mode 100644 index 00000000..1eb79f90 --- /dev/null +++ b/Meshtastic/AppIntents/SendWaypointIntent.swift @@ -0,0 +1,8 @@ +// +// SendWaypointIntent.swift +// Meshtastic +// +// Created by Benjamin Faershtein on 8/9/24. +// + +import Foundation