mirror of
https://github.com/m5stack/meshtastic-device-ui.git
synced 2026-05-20 11:51:03 -07:00
fix SD_MMC
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#if defined(HAS_SDCARD) && not defined(ARCH_PORTDUINO)
|
||||
#if defined(HAS_SDCARD) && not defined(HAS_SD_MMC) && not defined(ARCH_PORTDUINO)
|
||||
|
||||
#include "lvgl.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user