Fix. corregir elementos tiempo desconexión
Some checks failed
Build & Deploy Pluriwave / Análisis de código (push) Failing after 8s
Build & Deploy Pluriwave / Build APK + AAB release (push) Has been skipped

This commit is contained in:
Javier Bautista Fernández
2026-04-07 14:40:10 +02:00
parent 933ced76ba
commit ebd26af169
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import 'dart:async';
import 'servicio_audio.dart';
/// Opciones predefinidas de timer en minutos.
const opcionesTimer = [3, 5, 10, 15, 30, 60, 90, 120, 180];
const opcionesTimer = [15, 30, 60, 90];
/// Servicio de auto-apagado de la radio.
///