vs4vijay / iot-playground

IoT Playground for ESP32, Arduino, M5Stack, and other firmware platforms
MIT License
5 stars 0 forks source link

add evil cardputer compile #13

Closed vs4vijay closed 4 months ago

sweep-ai[bot] commented 4 months ago

Sweep: PR Review

Authors of pull request: @vs4vijay

This pull request updated the build workflow to ensure compatibility and successful compilation of the Evil Cardputer Sketch.

The M5Stack_Avatar library was added to the list of libraries installed by the Arduino CLI in the .github/workflows/build_release_firmwares.yml file. This ensures that the necessary dependencies for the sketch are available.

The arduino-cli lib install command was split into two lines for better readability.

The filename of the sketch was renamed from EEvil-Cardputer-v1-2-2.ino to Evil-M5Core2.ino before compilation. This change was necessary because Arduino requires the sketch filename to match the directory name for successful compilation.

The arduino-cli compile command was updated to reflect the new filename, ensuring that the build process completes without errors.