Skip to content

Commit 95ad0f9

Browse files
committed
add: thing name to dweet_button.py
1 parent 3875866 commit 95ad0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter02/dweet_button.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
current_led_state = 0 # off
3030

3131
# Make sure thing_name matches the "dweet_led thing" you want to control.
32-
thing_name = '**** ADD YOUR THING NAME HERE ****'
32+
thing_name = '747a1500'
3333
URL = 'https://dweet.io'
3434

3535

0 commit comments

Comments
 (0)