updated tinyframe

This commit is contained in:
2017-12-23 10:03:37 +01:00
parent 5ca7ab1db0
commit d6c4372755
3 changed files with 72 additions and 49 deletions
+2 -1
View File
@@ -183,7 +183,8 @@ static bool Tst_handleRequest(Unit *unit, TF_ID frame_id, uint8_t command, Paylo
switch (command) {
case CMD_PING:
sched_respond_suc(frame_id);
tf_respond_ok(frame_id);
//sched_respond_suc(frame_id);
break;
case CMD_ECHO:;