1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-29 13:49:14 +08:00

firmata: add comment on how to run WiFi example

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram 2017-01-02 22:36:30 +01:00
parent 885c829a43
commit 3d9ecfdfeb

View File

@ -1,3 +1,9 @@
/*
To run this example, pass the IP address/port as first param:
go run examples/wifi_firmata_blink.go 192.168.0.39:3030
*/
package main
import (