Skip to content

Commit f61f2be

Browse files
authored
Merge pull request adafruit#1256 from firepixie/master
Update link in code comments
2 parents 420d0e8 + 6f755a5 commit f61f2be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Bluetooth_Room_Lights/code.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
Bluetooth Controlled Room Lights using a Circuit Playground Bluetooth
33
Scroll between 7 modes and control brightness with your smartphone via Bluetooth
4-
Full tutorial: https://learn.adafruit.com/easy-bluetooth-controlled-room-lights/overview
4+
Full tutorial: https://learn.adafruit.com/easy-no-solder-bluetooth-controlled-room-lights/overview
55
Code by Kattni Rembor & Erin St Blaine for Adafruit Industries
66
Adafruit invests time and resources to bring you this code! Please support our shop!
77
"""
@@ -175,4 +175,4 @@ def draw(self): # draw the animation
175175
if MODE == 1:
176176
animations.animate()
177177
if MODE == 4:
178-
animations.freeze()
178+
animations.freeze()

0 commit comments

Comments
 (0)