We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851475b commit 524132cCopy full SHA for 524132c
radio/src/edgetx.cpp
@@ -1415,10 +1415,7 @@ void edgeTxInit()
1415
#endif
1416
1417
#if defined(STARTUP_ANIMATION)
1418
- if (WAS_RESET_BY_WATCHDOG_OR_SOFTWARE()) {
1419
- pwrOn();
1420
- }
1421
- else {
+ if (!WAS_RESET_BY_WATCHDOG_OR_SOFTWARE()) {
1422
runStartupAnimation();
1423
}
1424
#else // defined(STARTUP_ANIMATION)
radio/src/targets/taranis/board.cpp
@@ -250,12 +250,6 @@ void boardInit()
250
DBGMCU->APB2FZ = 0x00070003;
251
252
253
-#if defined(PWR_BUTTON_PRESS)
254
255
256
257
-#endif
258
-
259
#if defined(TOPLCD_GPIO)
260
toplcdInit();
261
0 commit comments