This commit is contained in:
Nico Melone
2022-07-21 13:57:30 -05:00
parent 9b3296a04b
commit b042d41fc1
15 changed files with 209 additions and 54 deletions

BIN
promagmbs/.DS_Store vendored

Binary file not shown.

View File

@@ -60,6 +60,7 @@ class start(threading.Thread, deviceBase):
self.public_ip_address = ""
self.public_ip_address_last_checked = 0
self.private_ip_address = ""
self.ping_counter = 0
threading.Thread.start(self)
# this is a required function for all drivers, its goal is to upload some piece of data