made progress on iris-kit

This commit is contained in:
strawmanbobi
2022-06-27 14:18:39 +08:00
parent 9b8d72a4f5
commit 49844e1d0c
6 changed files with 12 additions and 9 deletions

View File

@@ -65,7 +65,7 @@ event_handler_t event_handler_table[] = {
handleHartBeat,
},
{
"__emmitCode",
"__emitCode",
handleEmit,
}
};