From e72edbb5a82cfd1f587d631b8c0760c42f671546 Mon Sep 17 00:00:00 2001 From: Jesse Koester Date: Sun, 26 Dec 2021 02:04:16 -0600 Subject: [PATCH] Update Import fix esp_adc_cal.h import --- TFT_eSPI/examples/FactoryTest/FactoryTest.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TFT_eSPI/examples/FactoryTest/FactoryTest.ino b/TFT_eSPI/examples/FactoryTest/FactoryTest.ino index 35d0ec7..6d4f6b5 100644 --- a/TFT_eSPI/examples/FactoryTest/FactoryTest.ino +++ b/TFT_eSPI/examples/FactoryTest/FactoryTest.ino @@ -3,7 +3,7 @@ #include "WiFi.h" #include #include "Button2.h" -#include "esp_adc_cal.h" +#include #include "bmp.h"