fix output message format error
This commit is contained in:
parent
4d9be6146a
commit
cb4a4530ac
|
@ -597,7 +597,7 @@ void STS_FallDetection_LampBarProcess(void)
|
|||
break;
|
||||
}
|
||||
|
||||
APP_LOG(TS_OFF, VLEVEL_L, "\r\n <<<<<<<<<<<<<< Fall Rise state=%d, send buf size = %25s \r\n",
|
||||
APP_LOG(TS_OFF, VLEVEL_L, "\r\n <<<<<<<<<<<<<< Fall Rise state=%25s, send buf size = %d \r\n",
|
||||
sts_presence_fall_detection_message[sts_fall_rising_detected_result], i )
|
||||
|
||||
STS_SENSOR_Upload_Message((LORAWAN_USER_APP_PORT+2), i, (char*)buf);
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue