mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 16:30:28 +00:00
fix: Reuse Ping sheet for Sensors #123
This commit is contained in:
@@ -1176,18 +1176,6 @@ class SensorTelemetryCard extends StatelessWidget {
|
||||
label: 'Ping',
|
||||
onTap: () => _handleAction(context, 'ping'),
|
||||
),
|
||||
if (onMoveUp != null)
|
||||
_SensorSheetAction(
|
||||
icon: Icons.arrow_upward_rounded,
|
||||
label: 'Move up',
|
||||
onTap: () => _handleAction(context, 'move_up'),
|
||||
),
|
||||
if (onMoveDown != null)
|
||||
_SensorSheetAction(
|
||||
icon: Icons.arrow_downward_rounded,
|
||||
label: 'Move down',
|
||||
onTap: () => _handleAction(context, 'move_down'),
|
||||
),
|
||||
if (_rawTelemetryHex(contact?.telemetry) != null)
|
||||
_SensorSheetAction(
|
||||
icon: Icons.copy_all_outlined,
|
||||
|
||||
Reference in New Issue
Block a user