Skip to content

Commit d30036a

Browse files
committed
Increase default SPI freq to support faster task logging.
1 parent 2d34cf3 commit d30036a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ struct struct_settings {
268268
bool enableHeapReport = false; //Turn on to display free heap
269269
bool enableTaskReports = false; //Turn on to display task high water marks
270270
muxConnectionType_e dataPortChannel = MUX_UBLOX_NMEA; //Mux default to ublox UART1
271-
uint16_t spiFrequency = 8; //By default, use 8MHz SPI
271+
uint16_t spiFrequency = 16; //By default, use 16MHz SPI
272272
bool enableLogging = true; //If an SD card is present, log default sentences
273273
uint16_t sppRxQueueSize = 2048;
274274
uint16_t sppTxQueueSize = 512;

0 commit comments

Comments
 (0)