Fix Arduino IDE V3 compilation failure

This commit is contained in:
lewisxhe 2025-01-06 10:24:23 +08:00
commit 8434a7a651
49 changed files with 98 additions and 0 deletions

View file

@ -27,6 +27,8 @@
#include <U8g2lib.h>
#include <XPowersLib.h>
#include <esp_mac.h>
#ifndef DISPLAY_MODEL
#define DISPLAY_MODEL U8G2_SSD1306_128X64_NONAME_F_HW_I2C
#endif