Change .peripheralDetectionTimeoutMs to 3000

This commit is contained in:
László Monda
2017-05-23 00:56:28 +02:00
parent cd5a2db73d
commit 207da96fd3

View File

@@ -64,7 +64,7 @@ __attribute__((used, section(".BootloaderConfig"))) const bootloader_config_t Bo
.tag = 0x6766636B, // Magic Number
.enabledPeripherals = 0xE2, // Enabled Peripheral: I2C
.i2cSlaveAddress = 0x10, // Use user-defined I2C address
.peripheralDetectionTimeoutMs = 1000, // Use user-defined timeout (ms)
.peripheralDetectionTimeoutMs = 3000, // Use user-defined timeout (ms)
.clockFlags = 0xFF, // Disable High speed mode
.clockDivider = 0xFF, // Use clock divider (0)
};