diff --git a/variants/esp32s3/t5s3_epaper/platformio.ini b/variants/esp32s3/t5s3_epaper/platformio.ini index f93955250..938688611 100644 --- a/variants/esp32s3/t5s3_epaper/platformio.ini +++ b/variants/esp32s3/t5s3_epaper/platformio.ini @@ -4,8 +4,7 @@ board = t5-epaper-s3 board_build.partition = default_16MB.csv board_check = true upload_protocol = esptool -build_type = debug -build_flags = -g -O0 -fno-strict-aliasing +build_flags = -fno-strict-aliasing ${esp32_base.build_flags} -I variants/esp32s3/t5s3_epaper -D T5_S3_EPAPER_PRO @@ -26,7 +25,7 @@ lib_deps = lewisxhe/XPowersLib@0.3.1 lewisxhe/SensorLib@0.3.1 https://github.com/mverch67/BQ27220/archive/07d92be846abd8a0258a50c23198dac0858b22ed.zip - https://github.com/mverch67/FastEPD/archive/dca0391933ac027b5dd2a2c3998e314e8dd06f04.zip + https://github.com/mverch67/FastEPD/archive/0df1bff329b6fc782e062f611758880762340647.zip [env:t5s3_epaper_inkhud] extends = t5s3_epaper_base, inkhud