Update project_configuration.h

This commit is contained in:
Peter Buchegger 2021-12-18 18:05:14 +01:00 committed by GitHub
parent 6e10e0ce05
commit fe860dad03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ public:
Network() : DHCP(true) {
}
String hostname;
String hostname;
bool DHCP;
IPAddress staticIP;
IPAddress subnet;