@@ -2,6 +2,7 @@
// Created by malek on 23-3-2016.
//
+/*
#include "keyboard.h"
void buttonCheck()
@@ -11,4 +12,4 @@ void buttonCheck()
for (int i = 0; i < 5; ++i) {
}
-}
+}*/
@@ -4,7 +4,7 @@
#ifndef _Httpstream_H
#define _Httpstream_H
-
+#include "ntp.h"
extern bool HttpIsStreaming();
extern void playStream(char *ipaddr, u_short port, char *radiourl);
extern void stopStream();