Why convert to string?
IPAddress broadCast = WiFi.localIP(); broadCast[3] = 255; Serial.println(broadCast);