feat(modbus): modify modbus tcp port that can run on ESP8266

This commit is contained in:
yuanjm
2020-07-29 17:43:33 +08:00
parent c758052cdc
commit c2e915bbf8
55 changed files with 204 additions and 3749 deletions

View File

@@ -166,7 +166,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 ]]