Update Setup45_TTGO_T_Watch.h

80MHz is unreliable for some code sequences.
This commit is contained in:
Bodmer 2020-03-28 12:39:22 +00:00 committed by GitHub
parent dd897e6560
commit e27ee952f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@
// #define SPI_FREQUENCY 10000000
// #define SPI_FREQUENCY 20000000
// #define SPI_FREQUENCY 27000000 // Actually sets it to 26.67MHz = 80/3
// #define SPI_FREQUENCY 40000000 // Maximum to use SPIFFS
#define SPI_FREQUENCY 80000000
#define SPI_FREQUENCY 40000000
//#define SPI_FREQUENCY 80000000