diff options
| author | Smoke <[email protected]> | 2024-04-08 13:39:15 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-08 13:39:15 -0500 |
| commit | 0ad7cec6cccc1e5c70b67ae59042d6e683a84816 (patch) | |
| tree | 6be1076e6c84fce31ccd1176eae603e864a29dd1 /mqtt/client.go | |
| parent | 3cadc91bd11684acdb8abe98bfc660a5cf5fb370 (diff) | |
| parent | 0c34876d3476df2de3e4ab0f4c361eeb0721e61c (diff) | |
Merge pull request #7 from wheresalice/feature/meshtastic_2.3
Diffstat (limited to 'mqtt/client.go')
| -rw-r--r-- | mqtt/client.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mqtt/client.go b/mqtt/client.go index eff4736..d2e5d79 100644 --- a/mqtt/client.go +++ b/mqtt/client.go @@ -9,7 +9,7 @@ import ( "time" ) -const MQTTProtoTopic = "/2/c/" +const MQTTProtoTopic = "/2/e/" type Client struct { server string |
