We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29538f7 commit 72b8496Copy full SHA for 72b8496
README.md
@@ -126,8 +126,8 @@ void loop() {
126
bool CRC = Smartcc1101.checkCRC();
127
uint8_t LQI = Smartcc1101.getLQI();
128
129
- // will try to interpret the buffer received as character array, just make sure it's sero-terminated.
130
- // if it was actually sent from a character arry, this is not necessary
+ // will try to interpret the buffer received as character array, just make sure it's zero-terminated.
+ // if it was actually sent from a character array, this is not necessary
131
buffer[len] = 0;
132
133
// check if crc is correct
0 commit comments