🐛 ESP32 _delay_ms, fix u8g_esp32_spi.cpp (#23810)

This commit is contained in:
ellensp
2022-02-27 09:34:44 +13:00
committed by GitHub
parent 87c4cd20e5
commit 358ffddef8
2 changed files with 3 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
#include <U8glib-HAL.h>
#include "Arduino.h"
#include "../shared/HAL_SPI.h"
#include "HAL.h"
#include "SPI.h"
static SPISettings spiConfig;