From 8454b137ac54d759eafde0d7dec5ab81300e1655 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Tue, 18 Oct 2022 23:37:50 +0200 Subject: [PATCH] Set Bodmer/TFT_eSPI to master branch --- platformio.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 19fa98ea..6b4d34fd 100644 --- a/platformio.ini +++ b/platformio.ini @@ -46,7 +46,7 @@ build_flags = -Os ; Code Size Optimization ;-Og ; Code Debug Optimization ;-w ; Suppress warnings - ;-D CORE_DEBUG_LEVEL=3 ; 0=Silent, 1=Errors, 2=Warnings + -D CORE_DEBUG_LEVEL=0 ; 0=Silent, 1=Errors, 2=Warnings ;-D LOG_LOCAL_LEVEL=5 ; Verbose -D LOG_MAXIMUM_LEVEL_VERBOSE -D LOG_DEFAULT_LEVEL_WARNING @@ -107,7 +107,8 @@ lib_deps = [tft_espi] lib_deps = - bodmer/TFT_eSPI@2.4.72 + ;bodmer/TFT_eSPI@2.4.72 + https://github.com/Bodmer/TFT_eSPI.git#master [goodix] lib_deps =