From ca05c8e1ce5f902b3b40031bd6e7b952b21bc246 Mon Sep 17 00:00:00 2001 From: Harsh Sharma Date: Wed, 26 Feb 2020 13:10:59 -0600 Subject: Changed key macAddress2 to macAddress1 --- src/Device/Device.cpp | 2 +- src/Version.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Device/Device.cpp b/src/Device/Device.cpp index 1da4a66..d3eb4ab 100644 --- a/src/Device/Device.cpp +++ b/src/Device/Device.cpp @@ -206,7 +206,7 @@ void Device::mapMacAddress2() { if (file.is_open()){ std::string line = ""; std::getline(file, line); - deviceInfoList["macAddress2"] = line; + deviceInfoList["macAddress1"] = line; } } diff --git a/src/Version.cpp b/src/Version.cpp index 332bb69..a74eb38 100644 --- a/src/Version.cpp +++ b/src/Version.cpp @@ -1,4 +1,4 @@ //Pre-Build Auto-Generated Source #include "Version.h" -const std::string Version::version("v1.0.0-14-g6516d0b"); +const std::string Version::version("v1.0.0-15-g8d80917"); -- cgit v1.2.3