Skip to content

2.0.0

Compare
Choose a tag to compare
@wimaha wimaha released this 21 Dec 21:18
· 56 commits to main since this release

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