Skip to content

Commit e834919

Browse files
authored
Merge pull request #229 from manchicken/patch-1
Update minimqtt_adafruitio_native_networking.py
2 parents 75f3845 + 54d9af3 commit e834919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/native_networking/minimqtt_adafruitio_native_networking.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
### Feeds ###
2727

2828
# Setup a feed named 'photocell' for publishing to a feed
29-
photocell_feed = aio_username + "/feeds/photocell"
29+
photocell_feed = "photocell"
3030

3131
# Setup a feed named 'onoff' for subscribing to changes
32-
onoff_feed = aio_username + "/feeds/onoff"
32+
onoff_feed = "onoff"
3333

3434
### Code ###
3535

0 commit comments

Comments
 (0)