Update m5core.h

This commit is contained in:
Verkehrsrot 2020-05-18 10:52:45 +02:00 committed by GitHub
parent f9c2cbf9d7
commit de9f01bb01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,6 @@
//#define HAS_SENSORS 1 // comment out if device has user defined sensors
#define CFG_sx1276_radio 1 // select LoRa chip
#define BOARD_HAS_PSRAM // use if board has external PSRAM
#define DISABLE_BROWNOUT 1 // comment out if you want to keep brownout feature
#define HAS_DISPLAY 2 // TFT-LCD, support work in progess, not ready yet
@ -77,4 +76,4 @@
#define SPI_FREQUENCY 40000000
#endif
#endif