Created
July 9, 2024 21:09
-
-
Save BK1031/837f8977b5410e9435a85dad6e960cbc to your computer and use it in GitHub Desktop.
racecar_analytics mqtt subscription
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func main() { | |
ConnectMQTT() | |
SubscribeECU() | |
SubscribeBattery() | |
for {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment