diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6af9e57..0b9c220 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Release Notes -## 1.1.9 - 2019-03-16 +## 1.1.11 - 2019-03-16 * Upgrade Raspbian ## 1.1.0 - 2019-01-20 diff --git a/src/Client/ReleaseNotes.fs b/src/Client/ReleaseNotes.fs index 5123e3c..7c40ff4 100644 --- a/src/Client/ReleaseNotes.fs +++ b/src/Client/ReleaseNotes.fs @@ -1,13 +1,13 @@ module internal ReleaseNotes -let Version = "1.1.9" +let Version = "1.1.11" let IsPrerelease = false let Notes = """ # Release Notes -## 1.1.9 - 2019-03-16 +## 1.1.11 - 2019-03-16 * Upgrade Raspbian ## 1.1.0 - 2019-01-20 diff --git a/src/PiServer/PiServer.fs b/src/PiServer/PiServer.fs index 40275e0..e7a7860 100644 --- a/src/PiServer/PiServer.fs +++ b/src/PiServer/PiServer.fs @@ -78,8 +78,8 @@ let rfidLoop (dispatch,nodeServices:INodeServices) = task { use _nextButton = new Button(Unosquare.RaspberryIO.Pi.Gpio.[BcmPin.Gpio04], fun () -> dispatch NextMediaFile) use _previousButton = new Button(Unosquare.RaspberryIO.Pi.Gpio.[BcmPin.Gpio18], fun () -> dispatch PreviousMediaFile) - use _volumeDownButton = new Button(Unosquare.RaspberryIO.Pi.Gpio.[BcmPin.Gpio16], fun () -> dispatch VolumeDown) - use _volumeUpButton = new Button(Unosquare.RaspberryIO.Pi.Gpio.[BcmPin.Gpio20], fun () -> dispatch VolumeUp) + use _volumeDownButton = new Button(Unosquare.RaspberryIO.Pi.Gpio.[BcmPin.Gpio26], fun () -> dispatch VolumeDown) + use _volumeUpButton = new Button(Unosquare.RaspberryIO.Pi.Gpio.[BcmPin.Gpio12], fun () -> dispatch VolumeUp) log.InfoFormat("Waiting for RFID cards or NFC tags...") while true do