mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
update
- remove MDNS name build flag
This commit is contained in:
parent
2827ab8717
commit
e7ea1341a3
@ -88,7 +88,6 @@ build_flags =
|
||||
-DADHOC_CHANNEL=${wifi.adhocChannel} ;
|
||||
-DWIFI_CHANNEL=${wifi.channel} ;
|
||||
-DENABLE_OTA=${wifi.enableOTA} ;
|
||||
'-DMDNS_TRACKER_NAME="OpenIrisTracker"' ; Set the tracker name - The string literal tells platformio to include the quatations in the string - making sure that the compiler sees the string as a cstring
|
||||
'-DOTA_PASSWORD=${wifi.OTAPassword}' ; Set the OTA password
|
||||
'-DWIFI_SSID=${wifi.ssid}' ; Set the users wifi network name
|
||||
'-DWIFI_PASSWORD=${wifi.password}' ; Set the users wifi network password
|
||||
|
||||
@ -1 +1 @@
|
||||
472
|
||||
476
|
||||
Loading…
Reference in New Issue
Block a user