Skip to content

Commit 0d44d5a

Browse files
Apply ESP32 inisetup warning patch
1 parent 8fee863 commit 0d44d5a

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

lvgl_micropython

scripts/build_mpos.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@ echo "Refreshing freezefs..."
130130
"$codebasedir"/scripts/freezefs_mount_builtin.sh
131131

132132
if [ "$target" == "esp32" -o "$target" == "esp32s3" -o "$target" == "unphone" -o "$target" == "esp32-small" ]; then
133+
echo "Applying lvgl_micropython esp32 inisetup warning patch..."
134+
pushd "$codebasedir"/lvgl_micropython/lib/micropython
135+
patch -p1 --forward < ../../esp32_inisetup_warn_and_format.patch || true
136+
popd
137+
133138
partition_size="4194304"
134139
flash_size="16"
135140
otasupport="--ota"

0 commit comments

Comments
 (0)