Open zo0om opened 4 months ago
I found I couldn't build the firmware because the build system was looking for manifest.py in micropython/ports/s3lcd/. Adding a symlink to s3lcd/ in micropython/ports/ fixed this.
manifest.py
micropython/ports/s3lcd/
s3lcd/
micropython/ports/
I found I couldn't build the firmware because the build system was looking for
manifest.py
inmicropython/ports/s3lcd/
. Adding a symlink tos3lcd/
inmicropython/ports/
fixed this.