mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
20 lines
401 B
INI
20 lines
401 B
INI
# This file is for user configuration
|
|
|
|
## !!Important note: Apostrophes inside of quotes ex: "a't" are NOT ALLOWED. This will fail to build!!
|
|
|
|
[wifi]
|
|
ssid = ""
|
|
password = ""
|
|
mdnsname = "openiristracker"
|
|
channel = 1
|
|
ap_ssid = "EyeTrackVR"
|
|
ap_password = "12345678"
|
|
enableadhoc = 0
|
|
adhocchannel = 1
|
|
|
|
[ota]
|
|
enableota = 1
|
|
otaserverip = "openiristracker.local"
|
|
otapassword = "12345678"
|
|
otaserverport = 3232
|