We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7ca3c2 + a76e007 commit 22ac980Copy full SHA for 22ac980
src/hex/hex.cpp
@@ -30,8 +30,6 @@ namespace arduino { namespace hex {
30
bool decode(const String in, uint8_t* out, uint32_t size) {
31
unsigned int byteNumber;
32
byteNumber = chex_decode(out, size, in.begin(), in.length());
33
- Serial.println(byteNumber);
34
- Serial.println(in.length());
35
return byteNumber * 2 == in.length();
36
}
37
0 commit comments