allow usage of IPAddress #230

This commit is contained in:
Links
2018-05-10 20:12:48 +02:00
parent ea8e81c6ce
commit 486a612693
3 changed files with 6 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#define bit(b) (1UL << (b)) // Taken directly from Arduino.h
#else
#include <Arduino.h>
#include <IPAddress.h>
#endif
#include <functional>