mirror of
https://github.com/Architeuthis-Flux/Jumperless.git
synced 2025-01-19 00:34:04 +01:00
left in a print
This commit is contained in:
parent
0074dc631d
commit
cbce621735
@ -701,17 +701,17 @@ void parseStringToBridges(void)
|
||||
|
||||
stringIndex = specialFunctionsString.stoken(buffer, stringIndex, delimiters);
|
||||
|
||||
Serial.print("buffer = ");
|
||||
Serial.println(buffer);
|
||||
//Serial.print("buffer = ");
|
||||
//Serial.println(buffer);
|
||||
|
||||
Serial.print("stringIndex = ");
|
||||
Serial.println(stringIndex);
|
||||
// Serial.print("stringIndex = ");
|
||||
//Serial.println(stringIndex);
|
||||
|
||||
|
||||
buffer.toInt(path[newBridgeIndex].node1);
|
||||
|
||||
Serial.print("path[newBridgeIndex].node1 = ");
|
||||
Serial.println(path[newBridgeIndex].node1);
|
||||
//Serial.print("path[newBridgeIndex].node1 = ");
|
||||
// Serial.println(path[newBridgeIndex].node1);
|
||||
|
||||
if (debugFP)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user