fix default upload dest (should be simulate) and add dev_config param for "tag camera" pin v. offset

This commit is contained in:
stopflock
2025-08-16 19:45:48 -05:00
parent 81b3172efc
commit 9375f48a07
4 changed files with 16 additions and 3 deletions
+5 -2
View File
@@ -391,9 +391,12 @@ class _MapViewState extends State<MapView> {
// Fixed pin when adding camera
if (session != null)
const IgnorePointer(
IgnorePointer(
child: Center(
child: Icon(Icons.place, size: 40, color: Colors.redAccent),
child: Transform.translate(
offset: Offset(0, kAddPinYOffset),
child: Icon(Icons.place, size: 40, color: Colors.redAccent),
),
),
),
],