Now checking standard error define from who-is decoding.
This commit is contained in:
@@ -55,7 +55,7 @@ void handler_who_is(
|
||||
&high_limit);
|
||||
if (len == 0) {
|
||||
Send_I_Am_Flag = true;
|
||||
} else if (len != -1) {
|
||||
} else if (len != BACNET_STATUS_ERROR) {
|
||||
/* is my device id within the limits? */
|
||||
target_device = Device_Object_Instance_Number();
|
||||
if (((target_device >= low_limit) && (target_device <= high_limit))
|
||||
|
||||
Reference in New Issue
Block a user