You've already forked TEF6686_ESP32
Removed config.h
This commit is contained in:
@@ -21,7 +21,6 @@
|
|||||||
#include "src/FREQFONT.h"
|
#include "src/FREQFONT.h"
|
||||||
#include "src/TEF6686.h"
|
#include "src/TEF6686.h"
|
||||||
#include "src/constants.h"
|
#include "src/constants.h"
|
||||||
#include "src/config.h"
|
|
||||||
#include "src/language.h"
|
#include "src/language.h"
|
||||||
#include "src/gui.h"
|
#include "src/gui.h"
|
||||||
#include "src/comms.h"
|
#include "src/comms.h"
|
||||||
@@ -44,6 +43,7 @@
|
|||||||
#define EXT_IRQ 14
|
#define EXT_IRQ 14
|
||||||
|
|
||||||
#define DYNAMIC_SPI_SPEED // uncomment to enable dynamic SPI Speed https://github.com/ohmytime/TFT_eSPI_DynamicSpeed
|
#define DYNAMIC_SPI_SPEED // uncomment to enable dynamic SPI Speed https://github.com/ohmytime/TFT_eSPI_DynamicSpeed
|
||||||
|
//#define HAS_AIR_BAND // uncomment to enable Air Band(Make sure you have Air Band extend board)
|
||||||
|
|
||||||
#ifdef ARS
|
#ifdef ARS
|
||||||
TFT_eSPI tft = TFT_eSPI(320, 240);
|
TFT_eSPI tft = TFT_eSPI(320, 240);
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
#ifndef CONFIG_H
|
|
||||||
#define CONFIG_H
|
|
||||||
|
|
||||||
#include <Arduino.h>
|
|
||||||
|
|
||||||
// #define HAS_AIR_BAND // uncomment to enable Air Band(Make sure you have Air Band extend board)
|
|
||||||
// #define DEEPELEC_DP_66X // uncomment for DEEPELEC Portable DP-66X build (Simplified Chinese)
|
|
||||||
|
|
||||||
#endif
|
|
||||||
Reference in New Issue
Block a user