fix: revert sync timing

This commit is contained in:
doryan 2025-04-30 23:03:42 +04:00
parent 6991e5611e
commit 096fa7853f

View File

@ -85,7 +85,7 @@ where
pub fn sync_transmitter(&self) { pub fn sync_transmitter(&self) {
P::into_output(); P::into_output();
delay_us(SERIAL_DELAY / 2); delay_us(SERIAL_DELAY);
P::set_high(); P::set_high();
} }