You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

22 lines
555 B

; Configuration of the WiFi connection.
; If multiple connections are needed, multiple sections can be added as follows :
;
; [wifi:1]
; ssid=SSID_1
; password=PASS_1
; [wifi:2]
; ssid=SSID_2
; password=PASS_2
;
; Note: The [wifi] section without number is synonymous to [wifi:0]
[wifi]
ssid=WIFI_SSID
password=WIFI_PASSWORD
; Configuration of the NTP connection.
; Since the RTC module is here to do most of the time keeping,
; the NTP requests can be quite far in between
[clock]
server=pool.ntp.org
; time between NTP requests, in minutes
cooldown=15