This commit is contained in:
fvanroie 2020-10-27 22:43:10 +01:00
parent d7b3f66327
commit a6afdc9105

View File

@ -677,9 +677,9 @@ void guiSetup()
/* Dump TFT Configuration */
tftSetup(tft);
#ifdef USE_DMA_TO_TFT
Log.verbose(F("TFT: DMA : ENABELD"));
Log.verbose(F("TFT: DMA : ENABLED"));
#else
Log.verbose(F("TFT: DMA : DISABELD"));
Log.verbose(F("TFT: DMA : DISABLED"));
#endif
/* Load User Settings */