Can I troubleshoot my Sensor Code without a radio?
-
Hi,
Sensor will be on a Pro mini with an RFM69 radio.It would be more convenient for me to develop/troubleshoot my sensor code without the radio. I though of working without MySensors library at this point but I am using the library sleep function.
Does anyone know if running without the radio is practical?
Thanks
John
-
@johnrob yes. Easiest way is probably to comment out MY_RADIO_RFM69 and add MY_GATEWAY_SERIAL.
-