From 67b1ba7ea0a86eac679eafc8c724fcb6bb4f8c4f Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 21 Jun 2015 19:15:37 +0200 Subject: o Letting each sensor use the configured update interval. o Changing the ID of the "get value" command. It has to include the sensor index when used as a notification message. Dunno if this is the best strategy. I guess messages are cheap, but complexity is expensive. --- trygvisio_soil_moisture.ino | 1 - 1 file changed, 1 deletion(-) (limited to 'trygvisio_soil_moisture.ino') diff --git a/trygvisio_soil_moisture.ino b/trygvisio_soil_moisture.ino index f824106..621a64d 100644 --- a/trygvisio_soil_moisture.ino +++ b/trygvisio_soil_moisture.ino @@ -418,4 +418,3 @@ void notify_soil_moisture(const struct sm_res& res, uint8_t body_len) { } } } - -- cgit v1.2.3