|
|
@@ -0,0 +1,27 @@
|
|
|
+{
|
|
|
+ "appTitle": "b328A AT指令调试助手",
|
|
|
+ "appVersion": "1.0.0",
|
|
|
+ "appAuthor": "Jiayi",
|
|
|
+ "appDescription": "b328A AT指令调试助手",
|
|
|
+ "appIcon": "icon.png",
|
|
|
+ "appLogo": "logo.png",
|
|
|
+ "appLogoText": "b328A AT指令调试助手",
|
|
|
+ "appLogoSubText": "1.0.0",
|
|
|
+ "appLogoIcon": "icon.png",
|
|
|
+ "appLogoIconColor": "#ffffff",
|
|
|
+ "appLogoIconSize": "24px",
|
|
|
+ "config": {
|
|
|
+ "uart": {
|
|
|
+ "baudRate": "115200",
|
|
|
+ "dataBits": 8,
|
|
|
+ "parity": "none",
|
|
|
+ "stopBits": 1,
|
|
|
+ "flowControl": "none"
|
|
|
+ },
|
|
|
+ "cmdInfor": {
|
|
|
+ "atCmdSuffix": "\\r\\n"
|
|
|
+ },
|
|
|
+ "cmdFrameMenu":
|
|
|
+ []
|
|
|
+ }
|
|
|
+}
|