Change _spiSpeed to uint32_t

This commit is contained in:
PaulZC
2021-06-30 16:28:17 +01:00
parent bf7b29199d
commit c1db2f5745
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -1303,7 +1303,7 @@ private:
SPIClass *_spiPort; //The instance of SPIClass
uint8_t _csPin; //The chip select pin
int _spiSpeed; //The speed to use for SPI (Hz)
uint32_t _spiSpeed; //The speed to use for SPI (Hz)
uint8_t _gpsI2Caddress = 0x42; //Default 7-bit unshifted address of the ublox 6/7/8/M8/F9 series
//This can be changed using the ublox configuration software