OpenIris/ESP/ini/user_config.ini
ZanzyTHEbar c96e3f7108 fix: fix current OTA stack
- update board.ini to clean it up
- minor update to OTA.cpp
2023-03-05 18:48:25 +00:00

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