improve ping msg

This commit is contained in:
2017-12-24 23:20:38 +01:00
parent fab9ec7426
commit 9132e549ac
+2 -1
View File
@@ -19,7 +19,8 @@ TinyFrame *comm = &tf_;
*/
static TF_Result lst_ping(TinyFrame *tf, TF_Msg *msg)
{
com_respond_snprintf(msg->frame_id, MSG_SUCCESS, "%s/%s", GEX_VERSION, GEX_PLATFORM);
com_respond_snprintf(msg->frame_id, MSG_SUCCESS,
"GEX v%s on %s", GEX_VERSION, GEX_PLATFORM);
return TF_STAY;
}