OpenIris/ESP/ini/user_config.ini
Zdzislaw Goik 09f0b25377
feat: Fix the serial command manager preventing the boards from connecting to wi-fi (#60)
* Fix the serial command manager preventing the

* Make serial.flush() in command manager optional for devs only
2024-03-11 17:26:16 +01:00

21 lines
390 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]
otalogin = "openiris"
otapassword = "12345678"
[development]
serial_flush_enabled = 0