Skip to content

Commit bfa39b0

Browse files
committed
Disable new VT100 features on samd21 boards
1 parent 8f66fed commit bfa39b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/atmel-samd/mpconfigport.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ CIRCUITPY_ZLIB = 0
5959

6060
# Turn off a few more things that don't fit in 192kB
6161

62-
CIRCUITPY_TERMINALIO_VT100 = 1
62+
CIRCUITPY_TERMINALIO_VT100 = 0
6363

6464
ifeq ($(INTERNAL_FLASH_FILESYSTEM),1)
6565
CIRCUITPY_ONEWIREIO ?= 0

0 commit comments

Comments
 (0)