OSDN Git Service

jsonrpcのバグフィクス
authornyatla <nyatla@47198e57-cb75-475f-84c4-a814cd6f29e0>
Fri, 4 Jul 2014 01:50:36 +0000 (01:50 +0000)
committernyatla <nyatla@47198e57-cb75-475f-84c4-a814cd6f29e0>
Fri, 4 Jul 2014 01:50:36 +0000 (01:50 +0000)
git-svn-id: http://svn.osdn.jp/svnroot/mimic/trunk@382 47198e57-cb75-475f-84c4-a814cd6f29e0

lib/src/NyLPC_cMiMicEnv.c
lib/src/http/json/NyLPC_cJsonRpcParser.c

index 907f1a9..03c9917 100644 (file)
@@ -1,7 +1,7 @@
 #include "NyLPC_cMiMicEnv.h"\r
 #include "../uip/NyLPC_cUipService_protected.h"\r
 \r
-const static char* VERSION="MiMic/1.5.10";\r
+const static char* VERSION="MiMic/1.6.0";\r
 \r
 #if NyLPC_MCU==NyLPC_MCU_LPC4088\r
 const static char* MCU="LPC4088";\r
index eb471ed..c22cc88 100644 (file)
@@ -84,7 +84,7 @@ NyLPC_TBool NyLPC_TJsonRpcParserResult_getByte(const union NyLPC_TJsonRpcParserR
 \r
 const struct NyLPC_TTextIdTbl method_name_tbl[]=\r
 {\r
-       {"version",NAME_ID_VERSION},\r
+       {"jsonrpc",NAME_ID_VERSION},\r
        {"method",NAME_ID_METHOD},\r
        {"params",NAME_ID_PARAMS},\r
        {"id",NAME_ID_ID},\r