Skip to content

Commit

Permalink
scripts/telemetry-toolkit/telem-volts.py: Port to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
df7cb committed Jan 3, 2021
1 parent 8ac14f8 commit a30f909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/telemetry-toolkit/telem-volts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3

# Part of Dire Wolf APRS Telemetry Toolkit, WB2OSZ, 2015

Expand Down Expand Up @@ -33,4 +33,4 @@
# (multiply by expected value, divide by uncalibrated result.)
#volts = volts * 4.98 / 4.889

print "%.3f" % (volts)
print("%.3f" % (volts))

0 comments on commit a30f909

Please sign in to comment.