X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=client%2Fmain.c;h=9de18bc54c3b03997797b8d4d9ce57dad5296123;hb=a8b74f431274acab9369d983f0dfed64333dea9f;hp=a7d60989dd3cd00964ec99667f48b2829d92c0b0;hpb=5019b4f7dbeda8679421ec482f40b85eec9ebd72;p=mTask.git diff --git a/client/main.c b/client/main.c index a7d6098..9de18bc 100644 --- a/client/main.c +++ b/client/main.c @@ -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();