Skip to content

Commit 449aac7

Browse files
author
grishenko
committed
Fix LLCC68 initialization when using fast CPUs
1 parent 4405944 commit 449aac7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SX126x_driver.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ void sx126x_reset(int8_t reset)
2323
digitalWrite(reset, LOW);
2424
delayMicroseconds(500);
2525
digitalWrite(reset, HIGH);
26+
delayMicroseconds(100);
2627
}
2728

2829
void sx126x_begin()

0 commit comments

Comments
 (0)