freshworkstudio / gps-tracking-nodejs

Let you work with some GPS trackers that connects through tcp.
MIT License
260 stars 159 forks source link

Fix issues with GT06 Adapter #14

Closed reinhardholl closed 6 years ago

reinhardholl commented 6 years ago

Just tried the GT06 adapter and it failed with the following errors:

  1. Referenced a buffer to hex function no longer available
  2. Used a local instance of a npm package

Fixed both in this PR.

gdespirito commented 6 years ago

Thanks.

vcianaya commented 6 years ago

Thank you very much for the contribution