bdbcat / oesenc_pi

GNU General Public License v2.0
10 stars 17 forks source link

remove OCPN_ARM64 ifndef's #93

Closed hreuver0183 closed 4 years ago

hreuver0183 commented 4 years ago

Since the SG lock library is available I tried to remove some specifiek #ifndef's for OCPN_ARM64.

I believe in the CI repository the ifndef for detecting the SG dongle was removed, but the ifndef for generating a fingerprint for the USB dongle was missed (both are trivial fix). This should make the functionality complete.

Crashes are no longer expected since oeserverd is updated and behaves the same as other platforms.