From 9375c8e16a5193cfa863750802be81f0e66158ca Mon Sep 17 00:00:00 2001 From: mculover666 <2412828003@qq.com> Date: Thu, 6 Aug 2020 10:29:14 +0800 Subject: [PATCH] update tcp_through_module example --- examples/tcp_through_module/tcp_through_module.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/tcp_through_module/tcp_through_module.c b/examples/tcp_through_module/tcp_through_module.c index f933b929..646cfcd0 100644 --- a/examples/tcp_through_module/tcp_through_module.c +++ b/examples/tcp_through_module/tcp_through_module.c @@ -2,7 +2,9 @@ #include "sal_module_wrapper.h" #include "cmsis_os.h" -#define USE_ESP8266 +//#define USE_ESP8266 +#define USE_SIM800A +#define USE_BC26 #if defined(USE_ESP8266) #include "esp8266.h"