From 72feee1e93285cf41cadec0b6e982b23416a3f73 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Sun, 2 Jul 2023 13:56:52 +0800 Subject: [PATCH] v1.0 --- .vscode/c_cpp_properties.json | 16 ++++++++++++++++ .vscode/settings.json | 9 +++++++++ README.md | 4 ++++ main.c | 2 +- 4 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 .vscode/c_cpp_properties.json create mode 100644 .vscode/settings.json diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..2489d95 --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -0,0 +1,16 @@ +{ + "configurations": [ + { + "name": "Linux", + "includePath": [ + "${workspaceFolder}/**" + ], + "defines": [], + "compilerPath": "/usr/bin/gcc", + "cStandard": "c11", + "cppStandard": "gnu++14", + "intelliSenseMode": "linux-gcc-x64" + } + ], + "version": 4 +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..5f88816 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,9 @@ +{ + "files.associations": { + "util.h": "c", + "qmithread.h": "c", + "inet.h": "c", + "in.h": "c", + "endian.h": "c" + }, +} \ No newline at end of file diff --git a/README.md b/README.md index b1fface..35eec86 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,8 @@ From:http://192.168.1.3:3000/manufacturer_quectel/ec20/src/branch/master/EC20Lin 编译说明: 将程序下载到宿主机器上,执行make即可 + +V: + iflytopV1.0 + 1. 使用dhclient而非使用busybox udhcpc ``` \ No newline at end of file diff --git a/main.c b/main.c index 0c41c58..033696e 100644 --- a/main.c +++ b/main.c @@ -774,7 +774,7 @@ int main(int argc, char *argv[]) PROFILE_T profile; int ret = -1; - dbg_time("Quectel_QConnectManager_Linux_V1.6.0.16"); + dbg_time("Quectel_QConnectManager_Linux_V1.6.0.16:Iflytop V1.0"); memset(&profile, 0x00, sizeof(profile)); profile.pdp = CONFIG_DEFAULT_PDP;