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"