bdbcat / oesenc_pi

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

Update oesenc_pi.cpp #61

Closed hreuver0183 closed 4 years ago

hreuver0183 commented 4 years ago

Disable the isDongleAvailable check for ARM64. ARM64 uses an older version of oeserverd which misses support for USB dongles. This causes OpenCPN to halt since the option used is not available. (quickfix for issue #55 and #56)

2nd PR fixes package build for arm64. Without patch something like a armhf package with arm64 binaries is built. Such a package does not work. (issue #52)