added -11 to APRS dummy packet

pull/127/head
alanbjohnston 5 years ago committed by GitHub
parent 17bac9eb88
commit 23569ba82f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -102,7 +102,7 @@ if __name__ == "__main__":
file = open("/home/pi/CubeSatSim/t.txt")
file.close()
except:
system("echo '" + callsign + ">APCSS:hi hi 100 199 199 199 298 299 299 278 380 350 300 300 439 400 400 400 500 500 500 500 600 600 600 650' > /home/pi/CubeSatSim/t.txt && echo 'AMSAT>APCSS:010101/hi hi ' >> /home/pi/CubeSatSim/t.txt")
system("echo '" + callsign + "-11>APCSS:hi hi 100 199 199 199 298 299 299 278 380 350 300 300 439 400 400 400 500 500 500 500 600 600 600 650' > /home/pi/CubeSatSim/t.txt && echo 'AMSAT>APCSS:010101/hi hi ' >> /home/pi/CubeSatSim/t.txt")
for x in range(5):
GPIO.output(txLed, txLedOn)
if (debug_mode == 1):

Loading…
Cancel
Save

Powered by TurnKey Linux.