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