Add PJON transport layer (#1278)

* Add PJON transport layer

* Update PJON 13.0

* PJON transport now non-blocking, fixed polling

Co-authored-by: Giovanni Blu Mitolo <gioscarab@gmail.com>
This commit is contained in:
Olivier
2021-03-20 10:26:12 +01:00
committed by GitHub
parent dc562a2c09
commit 2e00bf6a10
134 changed files with 16414 additions and 4 deletions

View File

@@ -46,6 +46,7 @@
//#define MY_RADIO_NRF5_ESB
//#define MY_RADIO_RFM69
//#define MY_RADIO_RFM95
//#define MY_PJON
#include <MySensors.h>