summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarsh Sharma <harsh.sharma@multitech.com>2020-02-26 13:10:59 -0600
committerHarsh Sharma <harsh.sharma@multitech.com>2020-02-26 13:10:59 -0600
commitca05c8e1ce5f902b3b40031bd6e7b952b21bc246 (patch)
tree56771e87d4406f0939e0ecd0473ce7b8f0a6b177
parent8d8091774f9292742284f0c5748c4bce8803e1d1 (diff)
downloadmts-io-sysfs-ca05c8e1ce5f902b3b40031bd6e7b952b21bc246.tar.gz
mts-io-sysfs-ca05c8e1ce5f902b3b40031bd6e7b952b21bc246.tar.bz2
mts-io-sysfs-ca05c8e1ce5f902b3b40031bd6e7b952b21bc246.zip
Changed key macAddress2 to macAddress1
-rw-r--r--src/Device/Device.cpp2
-rw-r--r--src/Version.cpp2
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");