This commit is contained in:
lewisxhe 2025-11-08 08:54:49 +08:00
commit c486caf7e5
98 changed files with 441 additions and 147 deletions

View file

@ -35,6 +35,12 @@
#include <esp_mac.h>
#ifndef DISPLAY_ADDR
#define DISPLAY_ADDR 0x3C
#endif
// #define ENABLE_BLE //Enable ble function
enum {
@ -74,7 +80,7 @@ bool beginSDCard();
#define beginSDCard()
#endif
#ifdef DISPLAY_ADDR
#ifdef DISPLAY_MODEL
bool beginDisplay();
#endif