1
0
forked from me/IronOS

Update GUIThread.cpp

This commit is contained in:
Ben V. Brown
2022-02-06 14:42:01 +11:00
parent 1969d860c7
commit 0735d4f704

View File

@@ -732,7 +732,7 @@ void showDebugMenu(void) {
} else {
// We are not powered via DC, so want to display the appropriate state for PD or QC
bool poweredbyPD = false;
bool pdHasVBUSConnected = false;
bool pdHasVBUSConnected = true;
#if POW_PD
if (USBPowerDelivery::fusbPresent()) {
// We are PD capable