Skip to content

Commit

Permalink
Merge pull request #68 from c0zm0z/patch-3
Browse files Browse the repository at this point in the history
Add ESP32 directive
  • Loading branch information
gmag11 committed Apr 26, 2018
2 parents a10de81 + 233a6f8 commit c51c3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NtpClientLib.h
Expand Up @@ -79,7 +79,7 @@ const int NTP_PACKET_SIZE = 48; // NTP time is in the first 48 bytes of message
#define NETWORK_TYPE NETWORK_WIFI101 // SET YOUR NETWORK INTERFACE
#elif defined ARDUINO_ARCH_AVR
#define NETWORK_TYPE NETWORK_W5100
#elif defined ARDUINO_ARCH_ESP32
#elif defined ARDUINO_ARCH_ESP32 || defined ESP32
#define NETWORK_TYPE NETWORK_ESP32
#endif

Expand Down

0 comments on commit c51c3c2

Please sign in to comment.