RF24Ethernet - TCP/IP over RF24Network v1.6.17
TMRh20 - Pushing the practical limits of RF24 modules
|
Macros | |
#define | IF_RF24ETHERNET_DEBUG_CLIENT(x) |
#define | IF_ETH_DEBUG_L1(x) |
#define | IF_ETH_DEBUG_L2(x) |
#define | IF_RF24ETHERNET_DEBUG_UDP(x) |
#define | IF_RF24ETHERNET_DEBUG_DNS(x) |
#define IF_RF24ETHERNET_DEBUG_CLIENT | ( | x | ) |
Uncomment #define RF24ETHERNET_DEBUG_CLIENT
to enable main debugging output
Definition at line 42 of file RF24Ethernet_config.h.
Referenced by RF24Client::connect(), and RF24Client::stop().
#define IF_ETH_DEBUG_L1 | ( | x | ) |
Uncomment #define ETH_DEBUG_L1
for debugging window reopening & retransmissions
Definition at line 51 of file RF24Ethernet_config.h.
#define IF_ETH_DEBUG_L2 | ( | x | ) |
Uncomment #define ETH_DEBUG_L2
for extra client state debugging
Definition at line 60 of file RF24Ethernet_config.h.
Referenced by RF24Client::read().
#define IF_RF24ETHERNET_DEBUG_UDP | ( | x | ) |
Uncomment #define RF24ETHERNET_DEBUG_UDP
for UDP debugging
Definition at line 69 of file RF24Ethernet_config.h.
#define IF_RF24ETHERNET_DEBUG_DNS | ( | x | ) |
Uncomment #define RF24ETHERNET_DEBUG_DNS
for DNS debugging
Definition at line 78 of file RF24Ethernet_config.h.