Skip to content

fix(kconfig): missing endif in ESP32 Kconfig breaks all board builds - #683

Merged
adwuard merged 1 commit into
tuya:masterfrom
jianning773:fix/esp32-kconfig-xteink-x4-pro-endif
Aug 20, 2026
Merged

fix(kconfig): missing endif in ESP32 Kconfig breaks all board builds#683
adwuard merged 1 commit into
tuya:masterfrom
jianning773:fix/esp32-kconfig-xteink-x4-pro-endif

Conversation

@jianning773

Copy link
Copy Markdown
Contributor

boards/ESP32/Kconfig's XTEINK_X4_PRO choice entry (added in #682) is missing the closing endif that every other entry in this choice block has, causing Kconfig parsing to fail with couldn't parse 'endchoice': no corresponding 'choice' -- this blocks building ANY board, not just ESP32 ones. One-line fix, matches the sibling XTEINK_X4 entry's structure.

@adwuard
adwuard merged commit b452e1f into tuya:master Aug 20, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants