Aditya Thakekar
Aditya Thakekar
Hi, this is Aditya thakekar, Electronics engineer turned consultant in Embedded systems. Would like to contribute and grow the community. regards Aditya
- uf2-version.h Echo Generates "#define UF2_VERSION_BASE \"v3.14.0-5-g779ccde-dirty\"" instead of #define UF2_VERSION_BASE "v3.14.0-5-g779ccde-dirty" - Pull request submitted with changes. - python2 and python3 commands are not identified. changed to python, line...
**UF2-version** - uf2-version.h contains uf2_version_base. echo #define UF2_VERSION_BASE "$(UF2_VERSION_BASE)"> $@ - adding "#define UF2_VERSION_BASE \"$(UF2_VERSION_BASE)\"" generates errors. **Python** - python version is python2 or python3 is not recognized in some...
Trying to compile the code. I am getting this error with the Adafruit esp8266 board. it works well with the arduino board selected from the list. This is the error....