Skip to content
Snippets Groups Projects

Enable DHCP

Merged Kyrre Ness Sjobaek requested to merge DHCP_ON into GUI
@@ -30,7 +30,7 @@ byte mac[] = {0xA8, 0x61, 0x0A, 0xAE, 0x71, 0xAC};
//To use DHCP or not to use DHCP, that's the question.
// Comment out to use static IP configuration
//#define USE_DHCP
#define USE_DHCP
#ifndef USE_DHCP
IPAddress ip(172, 26, 91, 239);
Loading