mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-14 07:26:53 +03:00
Rolling - fixed IP
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
ssid = "SSID"
|
||||
password = "PASSWORD"
|
||||
hostname = "watermeter"
|
||||
;hostname is optional
|
||||
;hostname is optional
|
||||
|
||||
;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"
|
||||
ip = "IP4-ADDRESS"
|
||||
gateway = "IP4-ADDRESS"
|
||||
netmask = "255.255.255.0"
|
||||
|
||||
;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
|
||||
dns = "IP4-ADDRESS"
|
||||
Reference in New Issue
Block a user