From 229193ab96536aa5045e7d1678cab032433599ac Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 22 Feb 2015 00:38:25 +0100 Subject: o Reading soil moisture values in a loop. --- ble/Bluetooth.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ble') diff --git a/ble/Bluetooth.h b/ble/Bluetooth.h index 6ed9c76..1a1394e 100644 --- a/ble/Bluetooth.h +++ b/ble/Bluetooth.h @@ -169,7 +169,9 @@ protected: }; /** -* RAII support. +* Right this is only RAII support to properly call shutdown(). +* +* TODO: move getAdapter() here. Make this control all shutdowns. */ class BluetoothSystem { public: -- cgit v1.2.3