feat: merge health feature and add measure command

- Add REQUEST_HEART_RATE command with measure button in health screen
  - Add ref.mounted checks and fix early return in measure()
  - Remove unused SET_LANGUAGE from DeviceCommand enum
This commit is contained in:
2026-03-22 05:15:22 +01:00
11 changed files with 74 additions and 17 deletions

View File

@@ -755,5 +755,6 @@
"syncClockMessage": "Sincroniza el reloj del dispositivo con la hora actual",
"locationWifiNetworksOptional": "Redes WiFi (opcional)",
"photoTaken": "Foto tomada exitosamente",
"noPhotosAvailable": "No hay fotos disponibles"
"noPhotosAvailable": "No hay fotos disponibles",
"measure": "Medir"
}