commented unused modules

commented unused modules
This commit is contained in:
Carlos Alfredo Diaz
2022-07-27 20:06:57 -03:00
parent 3936f9e603
commit 2d46bf46ab
2 changed files with 5 additions and 1 deletions

View File

@@ -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"]

View File

@@ -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