aboutsummaryrefslogtreecommitdiff
path: root/apps/SoilMoisture.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/SoilMoisture.h')
-rw-r--r--apps/SoilMoisture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/SoilMoisture.h b/apps/SoilMoisture.h
index 3bfd0d8..4e6ae17 100644
--- a/apps/SoilMoisture.h
+++ b/apps/SoilMoisture.h
@@ -2,14 +2,14 @@
#include <ble/Bluetooth.h>
#include <boost/uuid/uuid.hpp>
-#include <experimental/optional>
+#include <optional>
namespace trygvis {
namespace sensor {
using namespace trygvis::bluetooth;
template<typename T>
-using o = std::experimental::optional<T>;
+using o = std::optional<T>;
enum class sm_cmd_code : uint8_t {
SM_CMD_GET_SENSOR_COUNT = 1,