summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-05-24 14:54:24 +0200
committerxengineering <me@xengineering.eu>2025-05-24 14:54:24 +0200
commitbfceece5328aa63198e393a3a7979936748d9e48 (patch)
tree142d616341eb7dd432bb89f6028e61fa6a2bbbd6 /tools
parenta82bdbbec681cec0c6f5304318b6010f1752dbf6 (diff)
parent771f8b220bc5fca716c7609a7ce995dcf4839992 (diff)
downloadiot-contact-bfceece5328aa63198e393a3a7979936748d9e48.tar
iot-contact-bfceece5328aa63198e393a3a7979936748d9e48.tar.zst
iot-contact-bfceece5328aa63198e393a3a7979936748d9e48.zip
Merge PCB and versioning improvementsHEADmain
- deploy `iot-contact.kicad_pcb` file for easy ordering - add PCB versioning and process to update it
Diffstat (limited to 'tools')
-rwxr-xr-xtools/resistor_selector.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/resistor_selector.py b/tools/resistor_selector.py
index 144a1c0..1ee51b7 100755
--- a/tools/resistor_selector.py
+++ b/tools/resistor_selector.py
@@ -27,7 +27,7 @@ MULTIPLIERS = (
def main() -> None:
- getcontext().prec = 3
+ getcontext().prec = 6
args = Arguments.from_cli()