duff2013 / ulptool

Program the esp32 ULP coprocessor in Arduino
272 stars 66 forks source link

Getting indention errors from ulp_build_recipe.py #1

Closed cunum closed 6 years ago

cunum commented 6 years ago

For example at line 119 and several other lines

https://github.com/duff2013/arduino_ulp/blob/4a711a0f19e1879da535eb902e1ea923094dc29e/ulp/esp32ulp_build_recipe.py#L119

duff2013 commented 6 years ago

Yes, it was copy paste problem. I'll update this as soon as I can. Thanks for pointing this out.

duff2013 commented 6 years ago

updated: https://github.com/duff2013/arduino_ulp/commit/191de0e626f4426be2e7aa0217345e16fb487a53

cunum commented 6 years ago

Thank you! Your setup saved me a lot of time, works like a charm.