From fba9529844ca4e65dc2ad0f7546a99767d8a8a15 Mon Sep 17 00:00:00 2001 From: Davide Nesi Date: Thu, 7 Mar 2019 14:59:11 +0100 Subject: [PATCH] Update display.cpp --- src/display.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/display.cpp b/src/display.cpp index 4abed281..9eaed50e 100644 --- a/src/display.cpp +++ b/src/display.cpp @@ -89,7 +89,7 @@ void init_display(const char *Productname, const char *Version) { #endif // Display chip information -#ifdef VERBOSE +#if(VERBOSE) esp_chip_info_t chip_info; esp_chip_info(&chip_info); u8x8.printf("ESP32 %d cores\nWiFi%s%s\n", chip_info.cores, @@ -240,4 +240,4 @@ void refreshtheDisplay() { } // mutex } // refreshDisplay() -#endif // HAS_DISPLAY \ No newline at end of file +#endif // HAS_DISPLAY