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