We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d34cf3 commit d30036aCopy full SHA for d30036a
Firmware/RTK_Surveyor/settings.h
@@ -268,7 +268,7 @@ struct struct_settings {
268
bool enableHeapReport = false; //Turn on to display free heap
269
bool enableTaskReports = false; //Turn on to display task high water marks
270
muxConnectionType_e dataPortChannel = MUX_UBLOX_NMEA; //Mux default to ublox UART1
271
- uint16_t spiFrequency = 8; //By default, use 8MHz SPI
+ uint16_t spiFrequency = 16; //By default, use 16MHz SPI
272
bool enableLogging = true; //If an SD card is present, log default sentences
273
uint16_t sppRxQueueSize = 2048;
274
uint16_t sppTxQueueSize = 512;
0 commit comments