csquared / arduino-restclient

Arduino RESTful HTTP Request Library
MIT License
205 stars 133 forks source link

Added a boolean return status for when setting up DHCP #14

Closed MichaelJAndy closed 8 years ago

MichaelJAndy commented 8 years ago

Fairly minimal change - should be inconsequential for existing users working on this library but for future users they'll be able to check if DHCP was set up, and then respond to that thereafter (eg: try DHCP again, or try manual IP assignment).

csquared commented 8 years ago

Thanks!