Browse Source

v1.0

master v1.0
zhaohe 2 years ago
parent
commit
72feee1e93
  1. 16
      .vscode/c_cpp_properties.json
  2. 9
      .vscode/settings.json
  3. 4
      README.md
  4. 2
      main.c

16
.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
}

9
.vscode/settings.json

@ -0,0 +1,9 @@
{
"files.associations": {
"util.h": "c",
"qmithread.h": "c",
"inet.h": "c",
"in.h": "c",
"endian.h": "c"
},
}

4
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
```

2
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;

Loading…
Cancel
Save