One gotcha to note is, if the Native C Module uses '#include' to include the raw C functionality or other stuff, a 'make' will not rebuild the '.mpy' when those included files are changed, only when the main '.c' file changes. You need to delete the 'build' directory first then run 'make' or create a command line script to do that.
Statistics: Posted by hippy — Tue Aug 26, 2025 5:34 pm