We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd0457c commit 3ab7146Copy full SHA for 3ab7146
src/utility/ECC508.cpp
@@ -50,7 +50,7 @@ String ECC508Class::serialNumber()
50
51
result.reserve(18);
52
53
- for (int i = 0; i < 8; i++) {
+ for (int i = 0; i < 9; i++) {
54
byte b = sn[i];
55
56
if (b < 16) {
0 commit comments