Skip to content

Commit 6eed3b6

Browse files
authored
Merge pull request #1680 from arduino/karlsoderby/mp-vid-fix
[MicroPython] Fix video rendering
2 parents b3ba9f7 + c8c3c35 commit 6eed3b6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

content/micropython/02.micropython-course/course/05.analog/04.analog.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,9 @@ while True:
100100
Now, turn the knob, and watch as the LED dims according to the knob's position.
101101

102102
<video width="100%" loop autoplay>
103-
<source src="assets/pot+led.mp4" type="video/mp4" />
103+
<source src="assets/pot-led.mp4" type="video/mp4" />
104104
</video>
105105

106-
107106
You've now created a dimmer, something you will find in most modern homes!
108107

109108
## Summary

0 commit comments

Comments
 (0)