We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75f3845 + 54d9af3 commit e834919Copy full SHA for e834919
examples/native_networking/minimqtt_adafruitio_native_networking.py
@@ -26,10 +26,10 @@
26
### Feeds ###
27
28
# Setup a feed named 'photocell' for publishing to a feed
29
-photocell_feed = aio_username + "/feeds/photocell"
+photocell_feed = "photocell"
30
31
# Setup a feed named 'onoff' for subscribing to changes
32
-onoff_feed = aio_username + "/feeds/onoff"
+onoff_feed = "onoff"
33
34
### Code ###
35
0 commit comments