diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2015-03-22 17:29:35 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2015-03-22 17:29:35 +0100 |
commit | d7d545575250f616f0b9e2243e08544ab2794a03 (patch) | |
tree | 3ac666251499b8b665d82681920f1afee645cb51 /apps/SoilMoisture.cpp | |
parent | aad1eaa291460509a5cf94092609ae22ebef5494 (diff) | |
download | ble-toys-d7d545575250f616f0b9e2243e08544ab2794a03.tar.gz ble-toys-d7d545575250f616f0b9e2243e08544ab2794a03.tar.bz2 ble-toys-d7d545575250f616f0b9e2243e08544ab2794a03.tar.xz ble-toys-d7d545575250f616f0b9e2243e08544ab2794a03.zip |
o Renaming trygvis::soil_moisture to trygvis::sample.
Diffstat (limited to 'apps/SoilMoisture.cpp')
-rw-r--r-- | apps/SoilMoisture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/SoilMoisture.cpp b/apps/SoilMoisture.cpp index f998d74..89c2fe5 100644 --- a/apps/SoilMoisture.cpp +++ b/apps/SoilMoisture.cpp @@ -1,7 +1,7 @@ #include "SoilMoisture.h" namespace trygvis { -namespace soil_moisture { +namespace sensor { #define BLUETOOTH_UUID_INITIALIZER \ { \ |