Update LibTeleinfo.cpp
spelling correction checksum variable
This commit is contained in:
parent
ee5e5ddfc3
commit
973977b304
|
@ -190,7 +190,7 @@ ValueList * TInfo::valueAdd(char * name, char * value, uint8_t checksum, uint8_t
|
||||||
TI_Debug('=');
|
TI_Debug('=');
|
||||||
TI_Debug(value);
|
TI_Debug(value);
|
||||||
TI_Debug(F(" '"));
|
TI_Debug(F(" '"));
|
||||||
TI_Debug((char) cheksum);
|
TI_Debug((char) checksum);
|
||||||
TI_Debug(F("' Not added bad checksum calculated '"));
|
TI_Debug(F("' Not added bad checksum calculated '"));
|
||||||
TI_Debug((char) thischeck);
|
TI_Debug((char) thischeck);
|
||||||
TI_Debugln(F("'"));
|
TI_Debugln(F("'"));
|
||||||
|
@ -290,7 +290,7 @@ ValueList * TInfo::valueAdd(char * name, char * value, uint8_t checksum, uint8_t
|
||||||
TI_Debug('=');
|
TI_Debug('=');
|
||||||
TI_Debug(value);
|
TI_Debug(value);
|
||||||
TI_Debug(F("' '"));
|
TI_Debug(F("' '"));
|
||||||
TI_Debug((char) cheksum);
|
TI_Debug((char) checksum);
|
||||||
TI_Debugln(F("'"));
|
TI_Debugln(F("'"));
|
||||||
|
|
||||||
// return pointer on the new node
|
// return pointer on the new node
|
||||||
|
|
Loading…
Reference in New Issue