wlan.ini 457 B

123456789101112
  1. ssid = "SSID"
  2. password = "PASSWORD"
  3. hostname = "watermeter"
  4. ;hostname is optional
  5. ;if you want to use a fixed IP you need to specify the following 3 parameters (ip, gateway, netmask) with IP4-Addresses "123.456.789.012"
  6. ;ip = "IP4-ADDRESS"
  7. ;gateway = "IP4-ADDRESS"
  8. ;netmask = "255.255.255.0"
  9. ;in some cases you want to specify the DNS server as well (especially, if it is not identical to the gateway - this is optional for a fixed IP
  10. ;dns = "IP4-ADDRESS"