From 8e102e003d2314a7dd72ba0c7b4c9aaf6ca8b79f Mon Sep 17 00:00:00 2001 From: Will Freeman <6641284+TheRealWaldo@users.noreply.github.com> Date: Thu, 26 Aug 2021 17:49:49 -0600 Subject: [PATCH] fix: switch to patched library --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 54f040e..aa8dace 100644 --- a/platformio.ini +++ b/platformio.ini @@ -13,7 +13,7 @@ platform = espressif8266 board = d1_mini framework = arduino lib_deps = - sparkfun/SparkFun GridEYE AMG88 Library@^1.0.1 + TheRealWaldo/SparkFun GridEYE AMG88 Library@^1.0.2 bblanchon/ArduinoJson@^6.18.0 tzapu/WiFiManager@^0.16.0 khoih.prog/ESP_DoubleResetDetector@^1.1.1