Fix bug on MO if RX at startup

This commit is contained in:
Armel FAUVEAU
2024-04-11 18:58:25 +02:00
parent 8b6abd9550
commit 0b0dac694d

1
main.c
View File

@@ -178,6 +178,7 @@ void Main(void)
break; break;
} }
} }
RADIO_SetupRegisters(true);
} }
#ifdef ENABLE_PWRON_PASSWORD #ifdef ENABLE_PWRON_PASSWORD