1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-13 11:29:51 +03:00

BootCmd should be always high

This commit is contained in:
Bertrand Songis 2019-05-07 11:17:51 +02:00
parent 8819259144
commit f1867cccb2
6 changed files with 41 additions and 7 deletions

View file

@ -219,6 +219,8 @@ int main()
rotaryEncoderInit();
#endif
boardPreInit();
// wait for inputs to stabilize
for (uint32_t i = 0; i < 50000; i += 1) {
wdt_reset();