4G module EC200A MQTT connection

This commit is contained in:
xuyanghang
2024-01-12 16:44:40 +08:00
parent 5986dce9e7
commit bbe1eba081
7 changed files with 371 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ import os
cwd = GetCurrentDir()
src = []
if GetDepend(['ADAPTER_EC200A']):
src += ['ec200a.c']
src += ['ec200a.c', 'ec200a_mqtt.c']
group = DefineGroup('connection 4g ec200a', src, depend = [], CPPPATH = [cwd])
Return('group')