From 6e7d87995dbbf490853a9402b42f6ce9dba973df Mon Sep 17 00:00:00 2001 From: richonguzman Date: Wed, 2 Oct 2024 12:59:35 -0300 Subject: [PATCH] update for T-deck with V0.9.8 --- platformio.ini | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/platformio.ini b/platformio.ini index 8837b83..147a37d 100644 --- a/platformio.ini +++ b/platformio.ini @@ -336,6 +336,16 @@ board_build.partitions = huge_app.csv monitor_filters = esp32_exception_decoder board = esp32-s3-devkitc-1 board_build.mcu = esp32s3 +board_build.embed_files = + data_embed/index.html.gz + data_embed/style.css.gz + data_embed/script.js.gz + data_embed/bootstrap.css.gz + data_embed/bootstrap.js.gz + data_embed/favicon.png.gz +extra_scripts = + pre:tools/compress.py +debug_tool = esp-prog build_flags = -Werror -Wall -DTTGO_T_DECK_GPS