2.0.0
The structure of the program became a bit chaotic. With V2 I'm trying to clean it up and make it more readable.
The main changes are:
- API is now a separate package.
- HTML is now a separate package.
- BLE is now a separate package.
- Config is now a separate package.
- Main.go is now shorter and more readable.
Other changes:
- The API now supports the body controller state.
- VehicleData is wrapped in the response struct, so it is consistent with the command response.
- You can now optionally wait for a command to complete before returning a response.
What's Changed
Full Changelog: 1.3.0...2.0.0