1
0
forked from me/IronOS

Show power source type on detailed screen in soldering mode (#1708) (#1709)

* Show power source type on detailed screen in soldering mode (#1708)

* Update according to code review
This commit is contained in:
Ivan Zorin
2023-06-18 14:38:26 +03:00
committed by GitHub
parent 4d7e4f41e3
commit a1b9e40f67
7 changed files with 55 additions and 43 deletions

View File

@@ -188,8 +188,8 @@ def get_power_source_list() -> List[str]:
return [
"DC",
"QC",
"PD W. VBus",
"PD No VBus",
"PV:PDwVBus",
"PD:No VBus",
]