Ribbit-Network / ribbit-network-frog-hardware

The sensor for the world's largest crowdsourced network of open-source, low-cost, GHG Gas Detection Sensors.
https://www.ribbitnetwork.org/
MIT License
94 stars 26 forks source link

Disable GPSD Container for I2C GPS Devices #106

Closed keenanjohnson closed 1 year ago

keenanjohnson commented 2 years ago

The CO2 container supports both reading from an I2C sensor that uses I2c or a USB connection.

If an I2C GPS is used, the GPSD container however, will spam errors on the console.

This container should be disabled if we are on a device that is known to only use an I2C GPS (Beaglebone Green Gateway).

keenanjohnson commented 1 year ago

https://github.com/Ribbit-Network/ribbit-network-frog-sensor/pull/183 resolves this.