Merge branch 'feature/add_modbus_tcp_function' into 'master'

feat(modbus): add modbus tcp function

See merge request sdk/ESP8266_RTOS_SDK!1489
This commit is contained in:
Dong Heng
2020-09-18 11:54:26 +08:00
89 changed files with 15060 additions and 2 deletions

View File

@@ -167,7 +167,7 @@ build_example () {
EXAMPLE_NUM=0
EXAMPLE_PATHS=$( find ${IDF_PATH}/examples/ -type f -name Makefile | grep -v "/components/" | grep -v "/common_components/" | grep -v "/main/" | grep -v "/build_system/cmake/" | sort )
EXAMPLE_PATHS=$( find ${IDF_PATH}/examples/ -type f -name Makefile | grep -v "/components/" | grep -v "/common_components/" | grep -v "/main/" | grep -v "/build_system/cmake/" | grep -v "/mb_example_common/" | sort )
for FN in ${EXAMPLE_PATHS}
do
if [[ $EXAMPLE_NUM -lt $START_NUM || $EXAMPLE_NUM -ge $END_NUM ]]