diff options
| author | WheresAlice <[email protected]> | 2024-04-08 19:35:07 +0100 |
|---|---|---|
| committer | WheresAlice <[email protected]> | 2024-04-08 19:35:07 +0100 |
| commit | 0c34876d3476df2de3e4ab0f4c361eeb0721e61c (patch) | |
| tree | 33cf046346874c558e8912693214916065cbbb21 | |
| parent | 212cf4831ca61c57e07df5635f41ea75354cdbea (diff) | |
support meshtastic 2.3.4
- upgrade protobufs to 2.3.4
- switch to new MQTT topic
| -rw-r--r-- | mqtt/client.go | 2 | ||||
| m--------- | protobufs | 0 |
2 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 diff --git a/protobufs b/protobufs -Subproject 4e4ccdbb9cc138b0adce8718b73697bcac54412 +Subproject 68720ed8dbcb2c055e3d1ecd4f78d60692f5949 |
