Started with nodeMCU support
[mTask.git] / client / interface.h
index 9e81810..042cc20 100644 (file)
@@ -22,6 +22,13 @@ extern char **gargv;
 #define HAVEAIO 1
 #define HAVEDIO 1
 
+#elif defined NODEMCU
+#define MAXTASKS 5
+#define MAXSDSS 100
+#define HAVELED 0
+#define HAVEAIO 0
+#define HAVEDIO 0
+
 #else
 //Add you device here
 #endif