MySensors Library & Examples  2.3.2-62-ge298769
Macros
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MY_CAP_RESET   "R"
 Indicate the remote reset setting. More...
 
#define MY_CAP_OTA_FW   "N"
 Indicate the OTA update setting. More...
 
#define MY_CAP_RADIO   "-"
 Indicate the type of transport selected. More...
 
#define MY_CAP_TYPE   "N"
 Indicate the type of node. More...
 
#define MY_CAP_ARCH   "-"
 Indicate the architecture. More...
 
#define MY_CAP_SIGN   "-"
 Indicate the signing backend used. More...
 
#define MY_CAP_RXBUF   "-"
 Indicate the rx message buffer setting. More...
 
#define MY_CAP_ENCR   "-"
 Indicate the encryption setting. More...
 
#define MY_CAPABILITIES   MY_CAP_RESET MY_CAP_RADIO MY_CAP_OTA_FW MY_CAP_TYPE MY_CAP_ARCH MY_CAP_SIGN MY_CAP_RXBUF MY_CAP_ENCR
 This is the resulting capabilities string. More...