Powercycle seems to create unstability, temp removed

pull/4/head
erikkaashoek 6 years ago
parent 33a83e843d
commit 73737e2947

@ -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()
{
#if 0
palClearPad(GPIOB, GPIO_RF_PWR);
chThdSleepMilliseconds(20);
palSetPad(GPIOB, GPIO_RF_PWR);
chThdSleepMilliseconds(20);
#endif
//DebugLine("IO set");
SI4432_Sel = SI4432_RX;

Loading…
Cancel
Save

Powered by TurnKey Linux.