- Bounds Check is working on big integers, don't throw away valid coordinates.

- Set ublox chips back to NMEA mode if they have been configured wrongly before.
This commit is contained in:
Thomas Göttgens
2022-04-26 13:00:11 +02:00
parent d640478289
commit 701707a01b
5 changed files with 67 additions and 7 deletions

View File

@@ -100,6 +100,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define GPS_TX_PIN 12
#endif
#ifndef TTGO_T_ECHO
#define GPS_UBLOX
#endif
// -----------------------------------------------------------------------------
// LoRa SPI
// -----------------------------------------------------------------------------