Disable terminalio on thunderpack for some translations

This commit is contained in:
Scott Shawcroft 2024-01-16 15:39:46 -08:00
parent 25e862d110
commit 24359f9fd6
No known key found for this signature in database
GPG key ID: 0DFD512649C052DA

View file

@ -25,3 +25,9 @@ MCU_PACKAGE = UFQFPN48
LD_COMMON = boards/common_nvm.ld
LD_FILE = boards/STM32F411_nvm_nofs.ld
# Disable TERMINALIO on translations with missing characters.
ifneq (,$(filter $(TRANSLATION),ja ko ru))
CIRCUITPY_TERMINALIO = 0
RELEASE_NEEDS_CLEAN_BUILD = $(CIRCUITPY_DISPLAYIO)
endif