This commit is contained in:
2023-11-25 19:11:58 +01:00
parent 926e9261d2
commit 4fff54bf98
6 changed files with 190 additions and 1 deletions

9
src/udi/mqtt/mqtt.go Normal file
View File

@ -0,0 +1,9 @@
package mqtt
import "log"
func TestMqtt() {
log.Println("test mqtt")
}