Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
abgabe
Browse files Browse the repository at this point in the history
  • Loading branch information
firelilith committed Jun 27, 2023
1 parent 7f4d19c commit dee7b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ def color(val: bool):
window.read(timeout=0)
window.key_dict["sensor0"].update(value=f"\nD11/A0:\n{a0}", background_color=color(d0))
window.key_dict["sensor1"].update(value=f"\nD12/A1:\n{a1}", background_color=color(d1))
window.key_dict["sensor2"].update(value=f"\nD13/A3:\n{a2}", background_color=color(d2))
window.key_dict["sensor2"].update(value=f"\nD13/A2:\n{a2}", background_color=color(d2))

0 comments on commit dee7b90

Please sign in to comment.