fix imports
Some checks failed
ESP-IDF Build / build (esp32c6, release-v5.4) (push) Failing after 3m37s
ESP-IDF Build / build (esp32c6, release-v5.5) (push) Failing after 5m58s
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Has been cancelled
ESP-IDF Build / build (esp32s3, release-v5.4) (push) Has been cancelled

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-12-24 23:58:50 +01:00
parent c259a3f2c8
commit 26f4b49195

View File

@@ -14,6 +14,7 @@
#include "driver/gpio.h" #include "driver/gpio.h"
#include "driver/i2c.h" #include "driver/i2c.h"
#include "driver/spi_master.h" #include "driver/spi_master.h"
#include "soc/soc_caps.h"
#define U8G2_ESP32_HAL_UNDEFINED GPIO_NUM_NC #define U8G2_ESP32_HAL_UNDEFINED GPIO_NUM_NC