fix output message format error

This commit is contained in:
Yunhorn 2024-05-12 13:08:14 +08:00
parent 4d9be6146a
commit cb4a4530ac
2 changed files with 1 additions and 1 deletions

View File

@ -597,7 +597,7 @@ void STS_FallDetection_LampBarProcess(void)
break; 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_presence_fall_detection_message[sts_fall_rising_detected_result], i )
STS_SENSOR_Upload_Message((LORAWAN_USER_APP_PORT+2), i, (char*)buf); STS_SENSOR_Upload_Message((LORAWAN_USER_APP_PORT+2), i, (char*)buf);

Binary file not shown.