johanneswiig
Joined: 14/04/2015 14:07:00
Messages: 4
Offline
|
Hi,
What settings should I use in the Arduino IDE to program the MW?
Specifically under Tools > Board > ..
and under Tools > Processor > .. (if this one becomes an option for the board type selected)
I can upload the code with a few different options set, but it hangs when it tries to send a packet using the radio.send((byte)GATEWAY_ID, (const void *)&msgBuf[0], (byte)sizeof(msgBuf), requestACK);
in the Tnode example.
|