Skip to content
This repository has been archived by the owner on Jun 16, 2019. It is now read-only.

Commit

Permalink
Change default channel name
Browse files Browse the repository at this point in the history
  • Loading branch information
madninja committed Jul 10, 2017
1 parent 5994e24 commit 121da1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic.py
Expand Up @@ -3,5 +3,5 @@
helium = Helium("/dev/serial0")
helium.connect()

channel = helium.create_channel("Helium Cloud MQTT")
channel = helium.create_channel("Helium MQTT")
channel.send("hello from Python")

0 comments on commit 121da1b

Please sign in to comment.