Skip to content

Commit 9c0ba55

Browse files
authored
Merge pull request #233 from baggio63446333/baggio63446333/serial-plotter
Minor fix an example code for serial plotter
2 parents 5c718ba + e0c366a commit 9c0ba55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/software/ide-v2/tutorials/ide-v2-serial-plotter/ide-v2-serial-plotter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ void loop() {
7979
random_variable = random(0, 1000);
8080
8181
Serial.print("Variable 1:");
82-
Serial.print(potentiometer);
82+
Serial.print(random_variable);
8383
Serial.print(",");
8484
Serial.print("Variable 2:");
8585
Serial.println(static_variable);

0 commit comments

Comments
 (0)