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 4477a41 commit 7491f8aCopy full SHA for 7491f8a
2 files changed
tockloader-lib/src/bootloader_serial.rs
@@ -17,7 +17,7 @@ pub const SYNC_MESSAGE: [u8; 3] = [0x00, 0xFC, 0x05];
17
// "This was chosen as it is infrequent in .bin files" - immesys
18
pub const ESCAPE_CHAR: u8 = 0xFC;
19
20
-pub const DEFAULT_TIMEOUT: Duration = Duration::from_millis(500);
+pub const DEFAULT_TIMEOUT: Duration = Duration::from_millis(5000);
21
22
#[allow(dead_code)]
23
pub enum Command {
0 commit comments