e7572776c3
The change affects dht.py from the drivers directory as well to include the logic for the mimxrt port.
5 lines
160 B
Python
5 lines
160 B
Python
freeze("$(PORT_DIR)/modules")
|
|
freeze("$(MPY_DIR)/drivers/onewire")
|
|
freeze("$(MPY_DIR)/drivers/dht", "dht.py")
|
|
include("$(MPY_DIR)/extmod/uasyncio/manifest.py")
|