mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-21 23:55:17 -05:00
comments
This commit is contained in:
parent
7dc1c5d8fd
commit
174da13dda
2
aprsd.py
2
aprsd.py
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user