More fixes

This commit is contained in:
Pawel Spychalski (DzikuVx)
2018-05-17 20:52:23 +02:00
parent ccb3199c34
commit d7bfb7740e
4 changed files with 44 additions and 92 deletions

View File

@@ -178,11 +178,7 @@ void setup(void)
#ifdef FEATURE_TX_OLED
oled.init();
oled.page(
&rxDeviceState,
&txDeviceState,
TX_PAGE_INIT
);
oled.page(TX_PAGE_INIT);
#endif
/*
@@ -291,12 +287,7 @@ void loop(void)
button1.loop();
#ifdef FEATURE_TX_OLED
oled.loop(
&rxDeviceState,
&txDeviceState,
&button0,
&button1
);
oled.loop();
#endif
txInput.recoverStuckFrames();