Hi!
I'm writing a GUI-library for embedded and made a Macro to load images from files into arrays. This works fine until I want to compile it for the microcontroller (pico2 using picosdk4nim), then it complains: Error: undeclared identifier: 'walkDir'
I guess this makes sense since it is compiled with os=any in config.nims. Is this guess correct? And is there a way I can get this to work?
Thanks, Simon