added a wait when init I2C, seems to increase stability

This commit is contained in:
iceman1001 2022-12-09 07:40:41 +01:00
commit 8eb6f60ba6
3 changed files with 9 additions and 5 deletions

View file

@ -2608,7 +2608,7 @@ void __attribute__((noreturn)) AppMain(void) {
#endif
#ifdef WITH_SMARTCARD
I2C_init();
I2C_init(false);
#endif
#ifdef WITH_FPC_USART