diff --git a/apps/tvremote/README.md b/apps/tvremote/README.md index 77ee3681f70..1d33c2a1008 100644 --- a/apps/tvremote/README.md +++ b/apps/tvremote/README.md @@ -60,3 +60,12 @@ Vol Commands * Swipe Up - Play/Pause Back Button - Should take you back to the previous menu screen. + +# Requests +If you have any issues or suggestions for improvements, please feel free to message [me](https://github.com/Guptilious). + + + + +# Creator +[Guptilious](https://github.com/Guptilious) diff --git a/apps/tvremote/app.js b/apps/tvremote/app.js index 55d9fe9ad91..ffb54dd7acc 100644 --- a/apps/tvremote/app.js +++ b/apps/tvremote/app.js @@ -1,3 +1,11 @@ +/****************************************************************** +* Creator Guptilious (https://github.com/Guptilious) +* Future Features: +* Samsung TV Support +* customiser page so config can be created prior to install. +* +*****************************************************************/ + require("Font7x11Numeric7Seg").add(Graphics); let deviceFileName = "tvdevicelist.json";