Renamed plot method

This commit is contained in:
Stedd 2023-10-22 14:09:54 +02:00
parent 871f1937a2
commit 0c5b26304f
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ void loop() {
motors();
// Plot
plot();
SerialPlot();
//Udp
UdpLoop();

View File

@ -1,4 +1,4 @@
void plot() {
void SerialPlot() {
// Time
// Serial.print("dT:");
// Serial.println(dT);