Build with an updated module.py need a make clean

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
Patrice
Posts: 13
Joined: Mon Feb 10, 2020 3:34 am

Build with an updated module.py need a make clean

Post by Patrice » Tue Aug 31, 2021 4:07 am

Hi,

until now, i was working with micropython 1.13 and just changed to the latest version.
The new cmake toolchain is ok, I can build the esp32 micropython however with this latest version, as soon as I add a new python module in the module directory or if I update one, the "make" command does not detect the new files and I have to do a "make clean" before each "make".
Is there another way to do it? with V1.13 it worked fine.

Many thanks
Regards

Patrice
Posts: 13
Joined: Mon Feb 10, 2020 3:34 am

Re: Build with an updated module.py need a make clean

Post by Patrice » Tue Sep 14, 2021 2:16 am

Hi,

Is there anyone who is having the same problem or behavior?

Thanks

Post Reply