This commit is contained in:
craigerl 2018-11-21 12:45:13 -08:00
parent 7dc1c5d8fd
commit 174da13dda
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ shortcuts = {
"wb" : "5553909472@vtext.com"
}
# globals
# globals - tell me a better way to update data being used by threads
email_sent_dict = {} # message_number:time combos so we don't resend the same email in five mins {int:int}
ack_dict = {} # message_nubmer:ack combos so we stop sending a message after an ack from radio {int:int}
message_number = 0 # current aprs radio message number, increments for each message we send over rf {int}