Skip to content

Commit 21fe588

Browse files
committed
Picodrive-irixxxx as main picodrive version and volume notif centered
1 parent ff83118 commit 21fe588

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

FunKey/board/funkey/rootfs-overlay/usr/local/sbin/volume

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ increase_volume() {
3333
fi
3434

3535
# Notif
36-
notif set ${NOTIF_DURATION} " VOLUME: ${new_volume}%%"
36+
notif set ${NOTIF_DURATION} " VOLUME: ${new_volume}%%"
3737
}
3838

3939
decrease_volume() {
@@ -53,7 +53,7 @@ decrease_volume() {
5353
fi
5454

5555
# Notif
56-
notif set ${NOTIF_DURATION} " VOLUME: ${new_volume}%%"
56+
notif set ${NOTIF_DURATION} " VOLUME: ${new_volume}%%"
5757
}
5858

5959
get_volume() {

FunKey/package/picodrive/picodrive.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
################################################################################
66

7-
PICODRIVE_VERSION = 74bc7cb
7+
PICODRIVE_VERSION = cf8a0e04
88
PICODRIVE_SITE_METHOD = git
9-
PICODRIVE_SITE = https://github.com/FunKey-Project/picodrive.git
9+
PICODRIVE_SITE = https://github.com/FunKey-Project/picodrive-irixxxx.git
1010
PICODRIVE_LICENSE = MAME
1111
PICODRIVE_LICENSE_FILES = COPYING
1212

0 commit comments

Comments
 (0)