1
0

fix: fix all build issue of lcrconn-cli

This commit is contained in:
2026-06-29 21:52:39 +08:00
parent bbd47006d4
commit 5bfdfb71c2
9 changed files with 673 additions and 640 deletions

View File

@@ -321,6 +321,7 @@ class App:
def __get_device_unit(self, device_kind: DeviceKind) -> str:
match device_kind:
case DeviceKind.RESISTOR:
# YYC MARK: This is ohm char.
return "\u2126"
case DeviceKind.CAPACITOR:
return "F"