1
0
forked from me/IronOS

Update USBPDDebug_HUSB238.cpp

This commit is contained in:
Ben V. Brown
2023-07-21 17:49:56 +10:00
parent d6c5b0214b
commit 3a725aa3c1

View File

@@ -44,13 +44,14 @@ OperatingMode showPDDebug(const ButtonState buttons, guiContext *cxt) {
OLED::refresh();
b = getButtonState();
if (b == BUTTON_B_SHORT) {
return;
return OperatingMode::InitialisationDone;
} else if (b == BUTTON_F_SHORT) {
screen++;
}
GUIDelay();
}
return OperatingMode::UsbPDDebug;
}
#endif
#endif