Commit e25da37f authored by Bodmer's avatar Bodmer

Correct diagnostic example

parent 35a402f6
...@@ -42,7 +42,7 @@ tft.getSetup(user); // ...@@ -42,7 +42,7 @@ tft.getSetup(user); //
Serial.printf("\n[code]\n"); 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("Processor = ESP%i\n", user.esp, HEX);
Serial.printf("Frequency = %i MHz\n", ESP.getCpuFreqMHz()); Serial.printf("Frequency = %i MHz\n", ESP.getCpuFreqMHz());
#ifdef ESP8266 #ifdef ESP8266
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment