From 4bbf28f17cb60527ef88b4f96d368418eff48445 Mon Sep 17 00:00:00 2001 From: Leon Date: Sun, 5 May 2024 23:42:53 +0800 Subject: [PATCH] DEEPELEC_DP_666 -> config.h --- TEF6686_ESP32.ino | 2 -- src/config.h | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/TEF6686_ESP32.ino b/TEF6686_ESP32.ino index b022f6e..cd033e9 100644 --- a/TEF6686_ESP32.ino +++ b/TEF6686_ESP32.ino @@ -35,8 +35,6 @@ #define STANDBYLED 19 #define SMETERPIN 27 - -#define DEEPELEC_DP_666 // uncomment for DEEPELEC Portable DP-666 build (Simplified Chinese) #define DYNAMIC_SPI_SPEED // uncomment to enable dynamic SPI Speed https://github.com/ohmytime/TFT_eSPI_DynamicSpeed #ifdef DEEPELEC_DP_666 diff --git a/src/config.h b/src/config.h index 53da484..3cbd2c5 100644 --- a/src/config.h +++ b/src/config.h @@ -5,5 +5,6 @@ // #define HAS_AIR_BAND // uncomment to enable Air Band(Make sure you have Air Band extend board) #define CHINA_PORTABLE // uncomment for China Portable build (Simplified Chinese) +#define DEEPELEC_DP_666 // uncomment for DEEPELEC Portable DP-666 build (Simplified Chinese) #endif \ No newline at end of file