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