From e7ea1341a307b15161ff7882d03aa45f65255e73 Mon Sep 17 00:00:00 2001 From: ZanzyTHEbar Date: Sat, 3 Dec 2022 02:08:08 +0000 Subject: [PATCH] update - remove MDNS name build flag --- ESP/platformio.ini | 1 - ESP/tools/versioning | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ESP/platformio.ini b/ESP/platformio.ini index 28b4360..51cd2bd 100644 --- a/ESP/platformio.ini +++ b/ESP/platformio.ini @@ -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 diff --git a/ESP/tools/versioning b/ESP/tools/versioning index 2d3d9c2..d7b14a6 100644 --- a/ESP/tools/versioning +++ b/ESP/tools/versioning @@ -1 +1 @@ -472 \ No newline at end of file +476 \ No newline at end of file