Set default SPI frequency to default value

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-12-07 16:23:51 +01:00
parent 6269fcf0f5
commit d5b716f0fa
2 changed files with 2 additions and 2 deletions

View File

@@ -3535,7 +3535,7 @@ void DefaultSettings(byte userhardwaremodel) {
EEPROM.writeByte(EE_BYTE_FASTPS, 1);
EEPROM.writeByte(EE_BYTE_TOT, 0);
EEPROM.writeByte(EE_BYTE_MWREGION, 0);
EEPROM.writeByte(EE_BYTE_SPISPEED, 3);
EEPROM.writeByte(EE_BYTE_SPISPEED, 0);
EEPROM.writeByte(EE_BYTE_AMSCANSENS, 4);
EEPROM.writeByte(EE_BYTE_FMSCANSENS, 4);
EEPROM.commit();