Adding modules to custom firmware
-
Hello,
I am compiling my own firmware, as I needed to add a flag for use of OrderedDict. I'd also like to compile in a number of other modules, such as uasyncio and urequests. There is not a 'modules' directory as with mainline python. Where will the compiler look for modules to put into the build?
Thanks.
-
@robert-hh Thanks!
-
@C-Reese The intended place for your own modules is:
frozen/Custom
But you can also use frozen/Common or any other of the subdirectories in frozen.
-
I use esp32/frozen/Common/
Johan
2 out of 4