From 03087235e2918bfb7e33efbdd96e5d7f2b40a936 Mon Sep 17 00:00:00 2001 From: Florian Loitsch Date: Mon, 6 Jan 2025 12:09:03 +0100 Subject: [PATCH] Update min SDK version. (#14) --- package.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.yaml b/package.yaml index 2e3a82b..f82563a 100644 --- a/package.yaml +++ b/package.yaml @@ -3,4 +3,4 @@ description: | Drivers for the DHT11 and DHT22 (aka AM2302 or RHT03) humidity and temperature sensors. Other compatible sensors: DHT12, KY-015, DHT33, AM2320, AM2321, or AM2322. environment: - sdk: ^2.0.0-alpha.1 + sdk: ^2.0.0-alpha.150