Add ability to send images over lora

This commit is contained in:
Zach
2026-08-10 23:20:46 -07:00
parent 736eb064bf
commit eee72b4c65
129 changed files with 27099 additions and 58 deletions
+3
View File
@@ -22,5 +22,8 @@
</array>
<key>com.apple.security.device.camera</key>
<true/>
<!-- image_picker: read photos the user explicitly chooses -->
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
</dict>
</plist>
+2
View File
@@ -32,5 +32,7 @@
<string>MeshCore needs Bluetooth to communicate with LoRa mesh devices</string>
<key>NSCameraUsageDescription</key>
<string>This app uses the camera to scan QR codes for joining communities.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>This app lets you pick a photo to compress and send over the mesh.</string>
</dict>
</plist>
+3
View File
@@ -18,5 +18,8 @@
</array>
<key>com.apple.security.device.camera</key>
<true/>
<!-- image_picker: read photos the user explicitly chooses -->
<key>com.apple.security.files.user-selected.read-only</key>
<true/>
</dict>
</plist>