Merge pull request #2109 from kwagyeman/kwabena/enable_ulab

boards/OPENMV_RT1060: Enable ulab.
This commit is contained in:
Ibrahim Abdelkader 2024-01-23 15:54:48 +02:00 committed by GitHub
commit 07425df462
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ OMV_HSE_VALUE=12000000
OMV_ENABLE_BL=0
OMV_ENABLE_UVC=0
MICROPY_PY_SENSOR = 1
MICROPY_PY_ULAB = 0
MICROPY_PY_ULAB = 1
MICROPY_PY_LWIP = 1
MICROPY_PY_NETWORK_CYW43 = 1
MICROPY_PY_BLUETOOTH = 1