diff options
author | xengineering <me@xengineering.eu> | 2025-05-24 14:54:24 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-05-24 14:54:24 +0200 |
commit | bfceece5328aa63198e393a3a7979936748d9e48 (patch) | |
tree | 142d616341eb7dd432bb89f6028e61fa6a2bbbd6 /tools/resistor_selector.py | |
parent | a82bdbbec681cec0c6f5304318b6010f1752dbf6 (diff) | |
parent | 771f8b220bc5fca716c7609a7ce995dcf4839992 (diff) | |
download | iot-contact-main.tar iot-contact-main.tar.zst iot-contact-main.zip |
- deploy `iot-contact.kicad_pcb` file for easy ordering
- add PCB versioning and process to update it
Diffstat (limited to 'tools/resistor_selector.py')
-rwxr-xr-x | tools/resistor_selector.py | 2 |
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() |