From e208c75cfc938a0edafc274e566d4030226455c1 Mon Sep 17 00:00:00 2001 From: Daniel H <168415965+de-dh@users.noreply.github.com> Date: Tue, 27 Jan 2026 20:46:01 +0100 Subject: [PATCH] Update README.md Added warning that build for Esp32 versions fails --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9fe2c2b60..89dc499a2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ [![MicroPython-LVGL CI](https://github.com/lvgl/lv_binding_micropython/actions/workflows/micropython_lvgl_ci.yml/badge.svg)](https://github.com/lvgl/lv_binding_micropython/actions/workflows/micropython_lvgl_ci.yml) +> [!WARNING] +> Building this firmware for Esp32 devices currently fails due to this [issue](https://github.com/lvgl/lv_binding_micropython/issues/372). + + + + # Bindings for LVGL ---