diff --git a/config/config - example.yaml b/config/config - example.yaml index cd4d870..22810bd 100644 --- a/config/config - example.yaml +++ b/config/config - example.yaml @@ -6,6 +6,10 @@ MESHTASTIC: CHANNEL_ID: 'ShortFast' # the name of your channel CLIENT_ID: '12345678' #the id for your program to use GATEWAY_ID: '!12345678' # Your gateway's id + CLIENT_FULL_ID: '!12345678' + LONG_NAME: 'FULL_NAME' + SHORT_NAME: 'TEST' + MACADDR: '000000000000' COMMON_PORTS: - ["1", "TEXT_MESSAGE_APP"] - ["2", "REMOTE_HARDWARE_APP"] diff --git a/meshtastic-mqtt-client.py b/meshtastic-mqtt-client.py index c695008..bb02069 100644 --- a/meshtastic-mqtt-client.py +++ b/meshtastic-mqtt-client.py @@ -1,7 +1,7 @@ #!/bin/python # Las dependencias: from ast import Not -from types import NoneType +#from types import NoneType import yaml #import json for future version import time