Skip to content

Commit b73352d

Browse files
committed
Update r4-wifi-getting-started.md
1 parent 1e3588f commit b73352d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/hardware/02.hero/boards/uno-r4-wifi/tutorials/r4-wifi-getting-started/r4-wifi-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ void setup() {
410410
// you can also load frames at runtime, without stopping the refresh
411411
matrix.loadSequence(frames);
412412
matrix.begin();
413-
// turn on autoscroll to avoid calling next() to show the next frame; the paramenter is in milliseconds
413+
// turn on autoscroll to avoid calling next() to show the next frame; the parameter is in milliseconds
414414
// matrix.autoscroll(300);
415415
matrix.play(true);
416416
pinMode(LED_BUILTIN, OUTPUT);

0 commit comments

Comments
 (0)