Added missing macro guards
This commit is contained in:
parent
adccaf88a6
commit
8887bac07f
1 changed files with 2 additions and 0 deletions
|
@ -67,9 +67,11 @@
|
|||
#include "protocols/RTTY.h"
|
||||
|
||||
// transport layer protocols
|
||||
#ifndef ESP8266
|
||||
#include "protocols/TransportLayer.h"
|
||||
#include "protocols/HTTP.h"
|
||||
#include "protocols/MQTT.h"
|
||||
#endif
|
||||
|
||||
// RadioShield pin definitions
|
||||
#define RADIOSHIELD_CS_A 10
|
||||
|
|
Loading…
Add table
Reference in a new issue