X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=client%2Fmain.c;h=9de18bc54c3b03997797b8d4d9ce57dad5296123;hb=32ff545d18253da21f25c69c6d99b96f90668773;hp=a7d60989dd3cd00964ec99667f48b2829d92c0b0;hpb=ae91e169d499a11f5ed3873472aff8e0a06711db;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();