Add support ec20
This commit is contained in:
parent
f2aaa279ec
commit
dbb4884cfb
@ -5,6 +5,9 @@ cwd = GetCurrentDir()
|
||||
if GetDepend(['AT_DEVICE_M26']):
|
||||
src = Glob('at_socket_m26.c')
|
||||
|
||||
if GetDepend(['AT_DEVICE_EC20']):
|
||||
src = Glob('at_socket_ec20.c')
|
||||
|
||||
if GetDepend(['AT_DEVICE_ESP8266']):
|
||||
src = Glob('at_socket_esp8266.c')
|
||||
|
||||
|
1363
at_socket_ec20.c
Normal file
1363
at_socket_ec20.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user