started with device handshake
[mTask.git] / client / main.c
index a7d6098..9de18bc 100644 (file)
@@ -11,6 +11,7 @@
 #include "interpret.h"
 #include "mTaskSymbols.h"
 #include "sds.h"
+#include "spec.h"
 #include "task.h"
 #include "interface.h"
 
@@ -104,7 +105,8 @@ int main(int argc, char *argv[]){
        setup();
        sds_init();
        task_init();
-       debug("booting up");
+       debug("sending device spec");
+       spec_send();
        while(true){
                //Check for newetasks
                loop();