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.
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.
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