-
Notifications
You must be signed in to change notification settings - Fork 321
Closed
Description
Line 63 in b66c21d
#if GPSD_API_MAJOR_VERSION < 5 || GPSD_API_MAJOR_VERSION > 11 |
Seems to be a regression from issue #222 and #295
An incompatibility was introduced again when using gpsd api 11 from gpsd: 3.22.1~dev (revision release-3.22-332-g743585cc3)
Increasing the
Changing GPSD_API_MAJOR_VERSION > 11 to 12 solves this.
#if GPSD_API_MAJOR_VERSION < 5 || GPSD_API_MAJOR_VERSION > 12
This issue exists in the dev branch
Maybe there is a cleaner way of implementing this fix.
xunoaib
Metadata
Metadata
Assignees
Labels
No labels