DHCP #warning Using DHCP IP IPAddress stationIP = IPAddress(0, 0, 0, 0); IPAddress gatewayIP = IPAddress(192, 168, 42, 1); IPAddress netMask = IPAddress(255, 255, 255, 0); #define USE_CONFIGURABLE_DNS false //true IPAddress dns1IP = gatewayIP; /// #define USE_CUSTOM_AP_IP...
/// // Use this to default DHCP hostname to ESP8266-XXXXXX or ESP32-XXXXXX //Blynkbegin(); // Use this to personalize DHCP hostname (RFC952 conformed) // 24 chars max,- only a..z A.. 0..9 '-' and no '-' as last char //Blynk.begin("ESP32-BLE-WM"); Blynk_WF....