Closed SwapnilPande closed 9 months ago
Balance bot building was failing because MPU6050 driver was not being built when the sensorgo library was being imported. Moved the driver files to include and src dirs and pinned the version sensorgo driver version for the balance bot example code.
Closes #59.
Additionally fixed build issues with examples using esp-wifi-config and updated tune_controllers example to use the new PID manager.
All examples are now building correctly, PR is ready to merge.
Balance bot building was failing because MPU6050 driver was not being built when the sensorgo library was being imported. Moved the driver files to include and src dirs and pinned the version sensorgo driver version for the balance bot example code.
Closes #59.