mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-22 17:33:15 +00:00
Fix E01X hang up when option=0
This commit is contained in:
@@ -618,7 +618,7 @@ void HS6200_WritePayload(uint8_t* msg, uint8_t len)
|
||||
}
|
||||
|
||||
NRF24L01_WritePayload(payload, pos);
|
||||
delayMicroseconds(option);
|
||||
delayMicroseconds(option+20);
|
||||
NRF24L01_WritePayload(payload, pos);
|
||||
}
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user