From ef9b243d13b132c728e3a1a8f513abb459e28bb8 Mon Sep 17 00:00:00 2001 From: fewtarius Date: Tue, 17 Sep 2024 22:42:45 +0000 Subject: [PATCH] Increase initial flash delay. --- PKGBUILD/steamfork-device-support/PKGBUILD | 2 +- .../src/usr/bin/steamfork-battery-watchdog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD/steamfork-device-support/PKGBUILD b/PKGBUILD/steamfork-device-support/PKGBUILD index 63888ca3..70a3333a 100644 --- a/PKGBUILD/steamfork-device-support/PKGBUILD +++ b/PKGBUILD/steamfork-device-support/PKGBUILD @@ -2,7 +2,7 @@ pkgname=steamfork-device-support pkgver=2024.09.17 -pkgrel=1 +pkgrel=2 pkgdesc='Hardware support provider for PC handhelds.' arch=('any') url='http://www.steamfork.org' diff --git a/PKGBUILD/steamfork-device-support/src/usr/bin/steamfork-battery-watchdog b/PKGBUILD/steamfork-device-support/src/usr/bin/steamfork-battery-watchdog index f2a53629..e238b342 100755 --- a/PKGBUILD/steamfork-device-support/src/usr/bin/steamfork-battery-watchdog +++ b/PKGBUILD/steamfork-device-support/src/usr/bin/steamfork-battery-watchdog @@ -14,7 +14,7 @@ then fi BATCNT=0 -FLASHDELAY=2 +FLASHDELAY=10 LED_PATH="/sys/class/leds/multicolor:chassis" unset CURRENT_MODE