From 0c5b26304f8b61e24ff1f3d871c5fb0f7b207735 Mon Sep 17 00:00:00 2001 From: Stedd Date: Sun, 22 Oct 2023 14:09:54 +0200 Subject: [PATCH] Renamed plot method --- Balancebot.ino | 2 +- plot.ino | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Balancebot.ino b/Balancebot.ino index 60c2a4a..8330389 100644 --- a/Balancebot.ino +++ b/Balancebot.ino @@ -107,7 +107,7 @@ void loop() { motors(); // Plot - plot(); + SerialPlot(); //Udp UdpLoop(); diff --git a/plot.ino b/plot.ino index a1d051f..da59238 100644 --- a/plot.ino +++ b/plot.ino @@ -1,4 +1,4 @@ -void plot() { +void SerialPlot() { // Time // Serial.print("dT:"); // Serial.println(dT);