mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-07 06:34:44 +02:00
Correct diagnostic example
This commit is contained in:
@@ -42,7 +42,7 @@ tft.getSetup(user); //
|
||||
|
||||
Serial.printf("\n[code]\n");
|
||||
|
||||
Serial.printf("TFT_eSPI ver = " + user.version) +"\n");
|
||||
Serial.print ("TFT_eSPI ver = " + user.version +"\n");
|
||||
Serial.printf("Processor = ESP%i\n", user.esp, HEX);
|
||||
Serial.printf("Frequency = %i MHz\n", ESP.getCpuFreqMHz());
|
||||
#ifdef ESP8266
|
||||
|
Reference in New Issue
Block a user