made SymbolString master/slave aware and contain only unescaped data, moved CRC tracking and escpaing/enscaping to BusHandler, moved parseInt/parseSignedInt from datatype.h to symbol.h, added new error code for retrival of unexpted symbol after a send to the bus
This commit is contained in:
@@ -49,6 +49,7 @@ const char* getResultCode(result_t resultCode) {
|
||||
case RESULT_ERR_NAK: return "ERR: NAK received";
|
||||
case RESULT_ERR_NO_SIGNAL: return "ERR: no signal";
|
||||
case RESULT_ERR_SYN: return "ERR: SYN received";
|
||||
case RESULT_ERR_SYMBOL: return "ERR: wrong symbol received";
|
||||
case RESULT_ERR_NOTAUTHORIZED: return "ERR: not authorized";
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user