Turn off bitbanging on Hallowing to save code space.
This commit is contained in:
parent
cdfc169ab6
commit
b9b9ef227f
|
@ -16,6 +16,7 @@ LONGINT_IMPL = MPZ
|
|||
CIRCUITPY_I2CSLAVE = 0
|
||||
CIRCUITPY_FREQUENCYIO = 0
|
||||
CIRCUITPY_AUDIOBUSIO = 0
|
||||
CIRCUITPY_BITBANGIO = 0
|
||||
SUPEROPT_GC = 0
|
||||
|
||||
# Include these Python libraries in firmware.
|
||||
|
|
Loading…
Reference in New Issue