This is the build tool for building ESP32 applications. It's uploaded to the CDN along with its content.
To use it, you only need the tactility.py script.
Run python tactility.py --help to show the options.
Applications are expected to have a tactility.properties file with content like this:
[sdk]
version = 2.4.0Building all targets
python tactility.py build
Building a specific target
python tactility.py build esp32s3
Testing the tool without building
python tactility.py build --skip-build
Debugging issues
Show more output:
python tactility.py build --verbose
Remove temporary build files:
python tactility.py clean
Remove the SDK cache:
python tactility.py clearcache