fix: revert sync timing
This commit is contained in:
@@ -85,7 +85,7 @@ where
|
||||
pub fn sync_transmitter(&self) {
|
||||
P::into_output();
|
||||
|
||||
delay_us(SERIAL_DELAY / 2);
|
||||
delay_us(SERIAL_DELAY);
|
||||
|
||||
P::set_high();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user