mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Created two App Intents and made a BLEManager singleton
This commit is contained in:
parent
64c69abf44
commit
f87adad009
2 changed files with 16 additions and 0 deletions
8
Meshtastic/AppIntents/MessageChannelIntent.swift
Normal file
8
Meshtastic/AppIntents/MessageChannelIntent.swift
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
//
|
||||
// MessageChannelIntent.swift
|
||||
// Meshtastic
|
||||
//
|
||||
// Created by Benjamin Faershtein on 8/9/24.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
8
Meshtastic/AppIntents/SendWaypointIntent.swift
Normal file
8
Meshtastic/AppIntents/SendWaypointIntent.swift
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
//
|
||||
// SendWaypointIntent.swift
|
||||
// Meshtastic
|
||||
//
|
||||
// Created by Benjamin Faershtein on 8/9/24.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
Loading…
Add table
Add a link
Reference in a new issue