@hek Ok I tried again using lib version 2.1.1. and it works!
3 TSM:INIT
4 TSF:WUR:MS=1
11 TSM:INIT:TSP OK
13 TSF:SID:OK,ID=2
14 TSM:FPAR
1613 TSF:MSG:SEND,2-2-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
1620 MCO:BGN:STP
1622 MCO:BGN:INIT OK,TSP=0
1625 !MCO:SND:NODE NOT REG
TestMessage to Serial that is not displaying.1627 MCO:SLP:MS=10000,SMS=0,I1=255,M1=255,I2=255,M2=255
1635 !MCO:SLP:TNR
3621 !TSM:FPAR:NO REPLY
3623 TSM:FPAR
5223 TSF:MSG:SEND,2-2-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
7230 !TSM:FPAR:NO REPLY
7232 TSM:FPAR
8832 TSF:MSG:SEND,2-2-255-255,s=255,c=3,t=7,pt=0,l=0,sg=0,ft=0,st=OK:
10839 !TSM:FPAR:NO REPLY
10841 TSM:FPAR
However the '1' is still not blue
and got the compile warning
warning: "MY_TRANSPORT_WAIT_READY_MS" redefined
#define MY_TRANSPORT_WAIT_READY_MS 1
note: this is the location of the previous definition
#define MY_TRANSPORT_WAIT_READY_MS (0ul)
Glad it is working, however would the output suggest it is not connected to the gate way or just not registered? (forgive me I should RTFM go read the serial debug output message documentation)
Is the MY_TRANSPORT_WAIT_READY_MS needed when not just connected to the gateway or when its has not been 'included' or regestered?
So the main code im MySensors won't run until what condition is met? (forgive me again I am still learning the exciting mySensors lib