We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac14f8 commit a30f909Copy full SHA for a30f909
scripts/telemetry-toolkit/telem-volts.py
@@ -1,4 +1,4 @@
1
-#!/usr/bin/python
+#!/usr/bin/python3
2
3
# Part of Dire Wolf APRS Telemetry Toolkit, WB2OSZ, 2015
4
@@ -33,4 +33,4 @@
33
# (multiply by expected value, divide by uncalibrated result.)
34
#volts = volts * 4.98 / 4.889
35
36
-print "%.3f" % (volts)
+print("%.3f" % (volts))
0 commit comments