From 65c7e825548609ec82941fad008598f2d6706bba Mon Sep 17 00:00:00 2001 From: Christoph Hagen Date: Mon, 5 Jun 2023 17:44:28 +0200 Subject: [PATCH] Update sensor library --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 365c45f..6c6eb52 100644 --- a/platformio.ini +++ b/platformio.ini @@ -8,10 +8,10 @@ ; Please visit documentation for the other options and examples ; https://docs.platformio.org/page/projectconf.html -[env:az-delivery-devkit-v4] +[env:temp] platform = espressif32 board = az-delivery-devkit-v4 framework = arduino lib_deps = - pstolarz/OneWireNg @ ^0.11.2 + pstolarz/OneWireNg @ ^0.13 monitor_speed = 115200