mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Update GUIThread.cpp
This commit is contained in:
@@ -732,7 +732,7 @@ void showDebugMenu(void) {
|
|||||||
} else {
|
} else {
|
||||||
// We are not powered via DC, so want to display the appropriate state for PD or QC
|
// We are not powered via DC, so want to display the appropriate state for PD or QC
|
||||||
bool poweredbyPD = false;
|
bool poweredbyPD = false;
|
||||||
bool pdHasVBUSConnected = false;
|
bool pdHasVBUSConnected = true;
|
||||||
#if POW_PD
|
#if POW_PD
|
||||||
if (USBPowerDelivery::fusbPresent()) {
|
if (USBPowerDelivery::fusbPresent()) {
|
||||||
// We are PD capable
|
// We are PD capable
|
||||||
|
|||||||
Reference in New Issue
Block a user