diff --git a/variants/t-deck/platformio.ini b/variants/t-deck/platformio.ini index 09f0c70a7..8b31f502b 100644 --- a/variants/t-deck/platformio.ini +++ b/variants/t-deck/platformio.ini @@ -21,7 +21,7 @@ lib_deps = ${esp32s3_base.lib_deps} [env:t-deck-tft] extends = env:t-deck -board_build.partitions = default_16MB.csv ; just for test +board_build.partitions = default_16MB.csv board_level = main build_flags = @@ -56,7 +56,6 @@ build_flags = -D RADIOLIB_DEBUG_BASIC=0 -D RADIOLIB_DEBUG_SPI=0 -D RADIOLIB_DEBUG_PROTOCOL=0 - -D RADIOLIB_VERBOSE_ASSERT=1 -D RADIOLIB_SPI_PARANOID=0 -D CUSTOM_TOUCH_DRIVER -D CALIBRATE_TOUCH=0 @@ -77,5 +76,4 @@ build_src_filter = lib_deps = ${env:t-deck.lib_deps} - bitbank2/bb_captouch@1.2.2 ; alternative touch library supporting GT911 - + bitbank2/bb_captouch@1.2.2 ; alternative touch library supporting GT911 \ No newline at end of file