mocleiri / tensorflow-micropython-examples

A custom micropython firmware integrating tensorflow lite for microcontrollers and ulab to implement the tensorflow micro examples.
MIT License
170 stars 79 forks source link

small bug in ci/build_micropython_esp32_microlite.sh #43

Closed uraich closed 2 years ago

uraich commented 2 years ago

This is in the main branch: I think the last but 1 line should read: rm -rf build and not rm -rf builds

mocleiri commented 2 years ago

I've applied the suggested change.

I didn't notice this because the ci script always runs in a pristine sandbox on the google actions agent.

Thanks for catching this.