allow usage of IPAddress #230
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#define bit(b) (1UL << (b)) // Taken directly from Arduino.h
|
||||
#else
|
||||
#include <Arduino.h>
|
||||
#include <IPAddress.h>
|
||||
#endif
|
||||
|
||||
#include <functional>
|
||||
|
||||
Reference in New Issue
Block a user