Update README.md

This commit is contained in:
Carlos Alfredo Diaz
2022-07-27 19:05:37 -04:00
committed by GitHub
parent cce21f56c6
commit 3936f9e603

View File

@@ -33,12 +33,16 @@ MQTT:
MQTT_USER: 'MQTT user'
MQTT_PW: 'MQTTPASSWORD'
```
Your Meshtastic configuration, basically channel id, client id and gateway id:
Your Meshtastic configuration, basically channel id, client id and gateway id, as well as the information your client will provide to the network, a client full ID, a long name to identify you, a short name (3 characters) and a mac address:
```
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'
```
And you're set.