mirror of
https://github.com/meshtastic/python.git
synced 2026-05-19 14:01:09 -04:00
Adding mypy typing
This commit is contained in:
@@ -104,13 +104,13 @@ from meshtastic.util import DeferredExecution, Timeout, catchAndIgnore, fixme, s
|
||||
LOCAL_ADDR = "^local"
|
||||
"""A special ID that means the local node"""
|
||||
|
||||
BROADCAST_NUM = 0xFFFFFFFF
|
||||
BROADCAST_NUM: int = 0xFFFFFFFF
|
||||
"""if using 8 bit nodenums this will be shortened on the target"""
|
||||
|
||||
BROADCAST_ADDR = "^all"
|
||||
"""A special ID that means broadcast"""
|
||||
|
||||
OUR_APP_VERSION = 20300
|
||||
OUR_APP_VERSION: int = 20300
|
||||
"""The numeric buildnumber (shared with android apps) specifying the
|
||||
level of device code we are guaranteed to understand
|
||||
|
||||
|
||||
Reference in New Issue
Block a user