Closed GanerCodes closed 1 year ago
@GanerCodes I've re-named generic in the latest commit, so this is going to fail. What do you want to compile for?
ESP32_GENERIC is the one I'm trying to compile for, I ran it in a docker container and it worked https://gist.github.com/sekcompsci/2bf39e715d5fe47579fa184fa819f421
This is OK, but please, fix the copyright at the top.
You've got to set generic.h
to be executable.
chmod a+x generic.h
Merged. Thanks for contributing!
ok I suck at github apparently but this pull request should include also adding
generic.sh
to the esp32 build scripts which callsbuild_esp32 "ESP32_GENERIC"
edit: added the file