Merge pull request #1694 from openmv/niclav_uspeech

boards/NICLAV: Enable MicroSpeech module.
This commit is contained in:
Ibrahim Abdelkader 2022-07-18 17:09:30 +02:00 committed by GitHub
commit ba9f198a42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ MICROPY_PY_NETWORK_CYW43 = 1
MICROPY_PY_BLUETOOTH = 1
MICROPY_BLUETOOTH_NIMBLE = 1
MICROPY_PY_AUDIO = 1
MICROPY_PY_MICRO_SPEECH = 0
MICROPY_PY_MICRO_SPEECH = 1
MICROPY_PY_LCD = 1
MICROPY_PY_TV = 1
MICROPY_PY_BUZZER = 0