aboutsummaryrefslogtreecommitdiff
path: root/apps/mqtt_support.h
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2018-11-19 23:13:50 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2018-11-19 23:13:50 +0100
commite8aa2eadf309fbc0c0e1418c6bee482e505fa09b (patch)
treee93292292834b8d8959301cd8d02b27090e7e0ca /apps/mqtt_support.h
parentd6f16958eaa966332b911eb9257b8524c2efd772 (diff)
downloadble-toys-e8aa2eadf309fbc0c0e1418c6bee482e505fa09b.tar.gz
ble-toys-e8aa2eadf309fbc0c0e1418c6bee482e505fa09b.tar.bz2
ble-toys-e8aa2eadf309fbc0c0e1418c6bee482e505fa09b.tar.xz
ble-toys-e8aa2eadf309fbc0c0e1418c6bee482e505fa09b.zip
ble-read-characteristic: working READ mode, starting on NOTIFY.
Diffstat (limited to 'apps/mqtt_support.h')
-rw-r--r--apps/mqtt_support.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mqtt_support.h b/apps/mqtt_support.h
index ab319fd..0ba6b18 100644
--- a/apps/mqtt_support.h
+++ b/apps/mqtt_support.h
@@ -11,7 +11,7 @@
#include <atomic>
#include <condition_variable>
#include <limits.h>
-#include <experimental/optional>
+#include <optional>
#include "mosquitto.h"
#include "apps.h"