IP address of LIB_DOMAIN
| 18 | #if defined(ARDUINO) && ARDUINO < 100 |
| 19 | static uint8_t server[] = {0,0,0,0}; // IP address of LIB_DOMAIN |
| 20 | Twitter::Twitter(const char *token) : client(server, 80), token(token) |
| 21 | { |
| 22 | } |
| 23 | #else |
| 24 | Twitter::Twitter(const char *token) : token(token) |
| 25 | { |
nothing calls this directly
no outgoing calls
no test coverage detected