MySensors Library & Examples  2.3.2-62-ge298769
PJONESPNOW.h
1 
2 #pragma once
3 
4 /* ESPNOW strategy actively uses the PJON's MAC address feature for this reason
5  it must be included. */
6 
7 #ifndef PJON_INCLUDE_MAC
8 #define PJON_INCLUDE_MAC
9 #endif
10 
11 #include "PJON.h"
12 
13 #include "strategies/ESPNOW/ESPNOW.h"
14 
15 #define PJONESPNOW PJON<ESPNOW>