1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Update Linux 5.4 kernel and clean some files

This commit is contained in:
Ycarus (Yannick Chabanois) 2022-03-16 20:53:52 +01:00
parent 272324aa1a
commit 0a55523ea5
26 changed files with 870 additions and 4059 deletions

View file

@ -0,0 +1,8 @@
{
"desc": "Quectel EC20",
"type": "gobinet",
"control": 2,
"boudrate": 115200,
"stop_bits": 8,
"gps": 1
}

View file

@ -0,0 +1,11 @@
{
"desc": "Quectel EC21",
"type": "gobinet",
"control": 2,
"boudrate": 115200,
"stop_bits": 8,
"gps": 1,
"ep_iface": 4,
"dl_max_size": 4096,
"dl_max_datagrams": 16
}

View file

@ -0,0 +1,11 @@
{
"desc": "Quectel BG96",
"type": "gobinet",
"control": 3,
"boudrate": 115200,
"stop_bits": 8,
"gps": 1,
"ep_iface": 4,
"dl_max_size": 2048,
"dl_max_datagrams": 8
}

View file

@ -0,0 +1,11 @@
{
"desc": "Quectel EG06",
"type": "gobinet",
"control": 2,
"boudrate": 115200,
"stop_bits": 8,
"gps": 1,
"ep_iface": 4,
"dl_max_size": 16384,
"dl_max_datagrams": 32
}

View file

@ -0,0 +1,11 @@
{
"desc": "Quectel EG12/EG18",
"type": "gobinet",
"control": 2,
"boudrate": 115200,
"stop_bits": 8,
"gps": 1,
"ep_iface": 4,
"dl_max_size": 16384,
"dl_max_datagrams": 32
}