@ -2628,8 +2628,10 @@ int main(void)
* Powercycle the RF part to reset SI4432
*/
#if 0
palClearPad(GPIOB, GPIO_RF_PWR);
chThdSleepMilliseconds(200);
#endif
palSetPad(GPIOB, GPIO_RF_PWR);
chThdSleepMilliseconds(500);
@ -583,12 +583,12 @@ void SI4432_Sub_Init(void)
void SI4432_Init()
{
chThdSleepMilliseconds(20);
//DebugLine("IO set");
SI4432_Sel = SI4432_RX;
Powered by TurnKey Linux.