Update mpconfigport.mk
This commit is contained in:
parent
58fb7b9b32
commit
30d491e136
|
@ -34,7 +34,7 @@ CIRCUITPY_PULSEIO = 1
|
||||||
CIRCUITPY_COUNTIO = 0 # Use PWM interally
|
CIRCUITPY_COUNTIO = 0 # Use PWM interally
|
||||||
CIRCUITPY_FREQUENCYIO = 0 # Use PWM interally
|
CIRCUITPY_FREQUENCYIO = 0 # Use PWM interally
|
||||||
CIRCUITPY_I2CPERIPHERAL = 0
|
CIRCUITPY_I2CPERIPHERAL = 0
|
||||||
CIRCUITPY_NVM = 0
|
CIRCUITPY_NVM = 1
|
||||||
CIRCUITPY_ROTARYIO = 0 # Use PIO interally
|
CIRCUITPY_ROTARYIO = 0 # Use PIO interally
|
||||||
CIRCUITPY_WATCHDOG = 1
|
CIRCUITPY_WATCHDOG = 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue