mirror of
https://github.com/arankwende/meshtastic-mqtt-client.git
synced 2026-03-28 17:42:34 +01:00
commented unused modules
commented unused modules
This commit is contained in:
@@ -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"]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user