Browse Source

Picodrive-irixxxx as main picodrive version and volume notif centered

Vincent-FK 2 years ago
parent
commit
21fe588593

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

@@ -33,7 +33,7 @@ increase_volume() {
     fi
 
     # Notif
-    notif set ${NOTIF_DURATION} "       VOLUME: ${new_volume}%%"
+    notif set ${NOTIF_DURATION} "         VOLUME: ${new_volume}%%"
 }
 
 decrease_volume() {
@@ -53,7 +53,7 @@ decrease_volume() {
     fi
 
     # Notif
-    notif set ${NOTIF_DURATION} "       VOLUME: ${new_volume}%%"
+    notif set ${NOTIF_DURATION} "         VOLUME: ${new_volume}%%"
 }
 
 get_volume() {

+ 2 - 2
FunKey/package/picodrive/picodrive.mk

@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PICODRIVE_VERSION = 74bc7cb
+PICODRIVE_VERSION = cf8a0e04
 PICODRIVE_SITE_METHOD = git
-PICODRIVE_SITE = https://github.com/FunKey-Project/picodrive.git
+PICODRIVE_SITE = https://github.com/FunKey-Project/picodrive-irixxxx.git
 PICODRIVE_LICENSE = MAME
 PICODRIVE_LICENSE_FILES = COPYING