Merge pull request #12 from Yogui79/master

Update LibTeleinfo.cpp
This commit is contained in:
Charles 2018-02-01 00:36:11 +01:00 committed by GitHub
commit 12d8c6b797
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ ValueList * TInfo::valueAdd(char * name, char * value, uint8_t checksum, uint8_t
TI_Debug('=');
TI_Debug(value);
TI_Debug(F(" '"));
TI_Debug((char) cheksum);
TI_Debug((char) checksum);
TI_Debug(F("' Not added bad checksum calculated '"));
TI_Debug((char) thischeck);
TI_Debugln(F("'"));
@ -290,7 +290,7 @@ ValueList * TInfo::valueAdd(char * name, char * value, uint8_t checksum, uint8_t
TI_Debug('=');
TI_Debug(value);
TI_Debug(F("' '"));
TI_Debug((char) cheksum);
TI_Debug((char) checksum);
TI_Debugln(F("'"));
// return pointer on the new node