Rename LILYGO_TBeam_V1_1 to LILYGO_TBeam_V1_X

This commit is contained in:
lewishe 2022-12-09 16:50:55 +08:00
commit f71288b20b
22 changed files with 22 additions and 22 deletions

View file

@ -15,7 +15,7 @@ U8G2_SSD1306_128X64_NONAME_F_HW_I2C *u8g2 = nullptr;
#endif
Ticker ledTicker;
#if defined(LILYGO_TBeam_V1_0) || defined(LILYGO_TBeam_V1_1)
#if defined(LILYGO_TBeam_V1_X)
#include <axp20x.h>
AXP20X_Class PMU;