mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-12-15 23:34:07 +00:00
corrected default values for ip addresses
This commit is contained in:
parent
24876b6f63
commit
c3705583ea
3 changed files with 4 additions and 4 deletions
|
|
@ -155,7 +155,7 @@ void setup()
|
|||
// Default IP as defined in standard https://art-net.org.uk/downloads/art-net.pdf, page 13
|
||||
IPAddress ip = config.getUInt("ip", DEFAULT_IP);
|
||||
IPAddress subnet = config.getUInt("subnet", DEFAULT_SUBNET);
|
||||
IPAddress gateway = config.getUInt("gateway", DEFAULT_GATEWAY);
|
||||
IPAddress gateway = config.getUInt("gateway", NULL);
|
||||
|
||||
config.end();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue