summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index 8a30638..3856d16 100644
--- a/main.c
+++ b/main.c
@@ -297,7 +297,8 @@ int sendTVcommand(int command, char* host, int port){
sleep(1);
http_req_resp(host, port, select, &resp);
sleep(1);
- rokuWrite(host, port, "Star Trek The Next");
+ rokuWrite(host, port, "Star Trek The Next Generation");
+ sleep(2);
http_req_resp(host, port, enter, &resp);
sleep(7);
for(int i=0; i<5; i++)