コミットメタ情報

リビジョン4782a53a0cbc7cd8e6dc1a19982eef6c0b71c2e6 (tree)
日時2014-07-04 10:50:36
作者nyatla <nyatla@4719...>
コミッターnyatla

ログメッセージ

jsonrpcのバグフィクス

git-svn-id: http://svn.osdn.jp/svnroot/mimic/trunk@382 47198e57-cb75-475f-84c4-a814cd6f29e0

変更サマリ

差分

--- a/lib/src/NyLPC_cMiMicEnv.c
+++ b/lib/src/NyLPC_cMiMicEnv.c
@@ -1,7 +1,7 @@
11 #include "NyLPC_cMiMicEnv.h"
22 #include "../uip/NyLPC_cUipService_protected.h"
33
4-const static char* VERSION="MiMic/1.5.10";
4+const static char* VERSION="MiMic/1.6.0";
55
66 #if NyLPC_MCU==NyLPC_MCU_LPC4088
77 const static char* MCU="LPC4088";
--- a/lib/src/http/json/NyLPC_cJsonRpcParser.c
+++ b/lib/src/http/json/NyLPC_cJsonRpcParser.c
@@ -84,7 +84,7 @@ NyLPC_TBool NyLPC_TJsonRpcParserResult_getByte(const union NyLPC_TJsonRpcParserR
8484
8585 const struct NyLPC_TTextIdTbl method_name_tbl[]=
8686 {
87- {"version",NAME_ID_VERSION},
87+ {"jsonrpc",NAME_ID_VERSION},
8888 {"method",NAME_ID_METHOD},
8989 {"params",NAME_ID_PARAMS},
9090 {"id",NAME_ID_ID},
旧リポジトリブラウザで表示