Output methods (SerialWriter interface)
| 1166 | |
| 1167 | // Output methods (SerialWriter interface) |
| 1168 | void println(const char* str) { |
| 1169 | outputLines.push_back(fl::string(str)); |
| 1170 | } |
| 1171 | |
| 1172 | // Test helpers |
| 1173 | void addInput(const fl::string& line) { |
no test coverage detected