Arduino 字符串比较返回错误...使用 .readStringUntil 函数
Arduino String comparison returning false... using .readStringUntil function
我已经设法从 SD 中保存和检索 ID 字符串,我面临的问题是比较这两个字符串。使用 .readStringUntil('\n') 逐行从 SD 中检索 ID。
Here is the complete Arduino sketch
@line211
Here is the serial out to show the two variables...
谢谢:)
已修复!
必须添加 codesFoundOnSD.trim();删除任何额外或隐藏的文本或回车 return...
我已经设法从 SD 中保存和检索 ID 字符串,我面临的问题是比较这两个字符串。使用 .readStringUntil('\n') 逐行从 SD 中检索 ID。
Here is the complete Arduino sketch
@line211
Here is the serial out to show the two variables...
谢谢:)
已修复!
必须添加 codesFoundOnSD.trim();删除任何额外或隐藏的文本或回车 return...