fix: remove debug output from splitTextIntoLines and update weight display logic in scanRfidTask
This commit is contained in:
@ -117,7 +117,6 @@ std::vector<String> splitTextIntoLines(String text, uint8_t textSize) {
|
||||
lines.push_back(currentLine);
|
||||
}
|
||||
|
||||
Serial.println(lines.size());
|
||||
return lines;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user