From 72f26c666411b47e3784aa88af01f69715297f79 Mon Sep 17 00:00:00 2001 From: Will Freeman <6641284+TheRealWaldo@users.noreply.github.com> Date: Tue, 22 Nov 2022 10:54:28 -0700 Subject: [PATCH] fix: switch to original library SparkFun finally updated their GridEYE library. --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index aa8dace..3491134 100644 --- a/platformio.ini +++ b/platformio.ini @@ -13,7 +13,7 @@ platform = espressif8266 board = d1_mini framework = arduino lib_deps = - TheRealWaldo/SparkFun GridEYE AMG88 Library@^1.0.2 + sparkfun/SparkFun GridEYE AMG88 Library@^1.0.2 bblanchon/ArduinoJson@^6.18.0 tzapu/WiFiManager@^0.16.0 - khoih.prog/ESP_DoubleResetDetector@^1.1.1 + khoih-prog/ESP_DoubleResetDetector@^1.3.2