summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorAditya Naik2016-09-13 16:51:45 -0400
committerAditya Naik2016-09-13 16:51:45 -0400
commit098c147cd7eb39038d0ffe79cd9233fd8c41494e (patch)
tree18265c2afb761fc582a7303e51cfbb3ba14e429d /main.c
parentee74e956237f77cdbb638d6504e65efaabb54dc0 (diff)
updated readmeHEADmaster
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++)