mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-11-29 00:56:21 +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
|
|
@ -34,7 +34,7 @@ const IpMethod DEFAULT_IP_METHOD = DHCP;
|
|||
extern String DEFAULT_SSID; // initialized in setup because it depends on the mac address
|
||||
const String DEFAULT_PASSWORD = "mbgmbgmbg";
|
||||
const IPAddress DEFAULT_IP(192, 168, 4, 1);
|
||||
const IPAddress DEFAULT_SUBNET(255, 0, 0, 0);
|
||||
const IPAddress DEFAULT_SUBNET(255, 255, 255, 0);
|
||||
const IPAddress DEFAULT_GATEWAY(2, 0, 0, 1);
|
||||
|
||||
const Direction DEFAULT_DIRECTION1 = Output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue