fix: disable touchio to save some space

This commit is contained in:
Thomas Sarlandie 2019-11-26 19:26:18 +01:00
parent 11dc572bce
commit 2647ea0754

View File

@ -11,5 +11,6 @@ INTERNAL_FLASH_FILESYSTEM = 1
LONGINT_IMPL = NONE
CIRCUITPY_SMALL_BUILD = 1
CIRCUITPY_I2CSLAVE = 1
CIRCUITPY_TOUCHIO = 0
SUPEROPT_GC = 0