Skip to content

Commit

Permalink
increase ota wait to 60 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Jun 1, 2024
1 parent 4778501 commit 4981ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Frontend/pages/ota_update.dart
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ class _OtaUpdateState extends ConsumerState<OtaUpdate> {
//await Future.delayed(const Duration(seconds: 10));
otaState = OtaState.rebooting;
timer = Timer(
const Duration(seconds: 15),
const Duration(seconds: 60),
() {
if (otaState != OtaState.completed && mounted) {
setState(() {
Expand Down

0 comments on commit 4981ea5

Please sign in to comment.