Last active
July 11, 2024 11:24
-
-
Save BK1031/739ef3dfc1352fa40a70063b44c7627c to your computer and use it in GitHub Desktop.
racecar_analytics db connection
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() | |
ConnectDB() // add this | |
for { | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment