mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-23 19:20:51 +00:00
sx1280: call wakeup after reset of modem
This commit is contained in:
parent
b907bb6fc4
commit
90825e06ef
@ -257,6 +257,7 @@ void SX1280HalWaitOnBusy( void )
|
||||
void SX1280HalInit( DioIrqHandler **irqHandlers )
|
||||
{
|
||||
SX1280HalReset( );
|
||||
SX1280HalWakeup();
|
||||
SX1280HalIoIrqInit( irqHandlers );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user