- remove MDNS name build flag
This commit is contained in:
ZanzyTHEbar 2022-12-03 02:08:08 +00:00
parent 2827ab8717
commit e7ea1341a3
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
472
476