diff --git a/README.md b/README.md index 8cf755d..49c4a0d 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,10 @@ Web page disconnects may occur randomly. Simply refresh the browser if this occu ### RELEASE NOTES -```1.0 : Apr-05-2022, PixelRadio V1.0, official release to the public.``` +``` +1.0 : Apr-05-2022, PixelRadio V1.0, official release to the public. +1.1.1 : Jun-30-2022, PixelRadio V1.1,1, See release for changelog. +```     diff --git a/docs/User_Manual/Controllers.md b/docs/User_Manual/Controllers.md index c92b96b..65d366f 100644 --- a/docs/User_Manual/Controllers.md +++ b/docs/User_Manual/Controllers.md @@ -265,7 +265,7 @@ The port number MUST be included in the URL. For example, to set the `Audio` mode use this URL: \ `http://pixelradio.local:8080/cmd?aud=stereo` >NOTE: It may be necessary to use the device's IP address instead of the mDNS name. Example:\ ->`http://192.168.1.37:8080.cmd?rtper=30` +>`http://192.168.1.37:8080/cmd?rtper=30` ## HTTP PERCENT ENCODING It will be necessary to use HTTP *Percent Encoding* formatting on some characters sent by the Program Service Name (`psn`) and RadioText Message (`rtm`) commands.