Every-Flavor-Robotics / motorgo-mini-driver

Driver software for the MotorGo Mini board
MIT License
2 stars 1 forks source link

Dynamically update motorgo-mini-driver dependeny in GH workflow build #62

Closed SwapnilPande closed 9 months ago

SwapnilPande commented 9 months ago

The Github Workflow to test the example project builds automatically uses the version of the library involved in the PR or push. Added a python script to dynamically modify the platformio.ini file for each example to replace the motorgo-mini-driver dependency with a path to the driver that is being tested.

Closes #61

SwapnilPande commented 9 months ago

Build failures will be addressed in #60 . Failures are NOT caused by this PR. Workflow appears to be correctly modifying platformIO and building against the current version of the software.