From 3936f9e60357e07e6a336720a77ee6a4d1314882 Mon Sep 17 00:00:00 2001 From: Carlos Alfredo Diaz Date: Wed, 27 Jul 2022 19:05:37 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 186f9fb..97d3d37 100644 --- a/README.md +++ b/README.md @@ -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.