From 30989c7041c0603765dd43d3e52b51378019aa26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kry=C5=A1tof=20=C4=8Cern=C3=BD?= Date: Sun, 21 Oct 2018 20:30:47 +0200 Subject: [PATCH] Add Adafruit Unified Sensor dependency... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … as DHT sensor library does not have proper manifest for PlatformIO --- library.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index bf167cc..ad2f3b2 100644 --- a/library.json +++ b/library.json @@ -38,6 +38,9 @@ }, { "name": "DHT sensor library" + }, + { + "name": "Adafruit Unified Sensor" } ] -} \ No newline at end of file +}