Skip to content

Commit 0a6ee1b

Browse files
authored
Merge pull request #78 from SmartThingsCommunity/develop_rel_1_5_7
Develop rel 1 5 7
2 parents d00dd7e + fc4790d commit 0a6ee1b

File tree

6 files changed

+5
-150
lines changed

6 files changed

+5
-150
lines changed

apps/esp8266/light_example/sdkconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ CONFIG_MQTT_RECV_BUFFER=2048
344344
CONFIG_MQTT_SEND_CYCLE=30000
345345
CONFIG_MQTT_RECV_CYCLE=100
346346
CONFIG_MQTT_PING_TIMEOUT=3000
347-
# CONFIG_NEWLIB_LIBRARY_LEVEL_NORMAL is not set
348-
CONFIG_NEWLIB_LIBRARY_LEVEL_NANO=y
347+
CONFIG_NEWLIB_LIBRARY_LEVEL_NORMAL=y
348+
# CONFIG_NEWLIB_LIBRARY_LEVEL_NANO is not set
349349
# CONFIG_NEWLIB_LIBRARY_LEVEL_FLOAT_NANO is not set
350350
# CONFIG_NEWLIB_LIBRARY_CUSTOMER is not set
351351
# CONFIG_OPENSSL_DEBUG is not set

apps/esp8266/switch_example/sdkconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ CONFIG_MQTT_RECV_BUFFER=2048
344344
CONFIG_MQTT_SEND_CYCLE=30000
345345
CONFIG_MQTT_RECV_CYCLE=100
346346
CONFIG_MQTT_PING_TIMEOUT=3000
347-
# CONFIG_NEWLIB_LIBRARY_LEVEL_NORMAL is not set
348-
CONFIG_NEWLIB_LIBRARY_LEVEL_NANO=y
347+
CONFIG_NEWLIB_LIBRARY_LEVEL_NORMAL=y
348+
# CONFIG_NEWLIB_LIBRARY_LEVEL_NANO is not set
349349
# CONFIG_NEWLIB_LIBRARY_LEVEL_FLOAT_NANO is not set
350350
# CONFIG_NEWLIB_LIBRARY_CUSTOMER is not set
351351
# CONFIG_OPENSSL_DEBUG is not set

patches/esp8266/cJSON/0001-Add-function-to-encode-json-number-when-sprintf-not-.patch

Lines changed: 0 additions & 102 deletions
This file was deleted.

patches/esp8266/cJSON/2000-cjson-fix-wrong-traling-zeroes-removing.patch

Lines changed: 0 additions & 42 deletions
This file was deleted.

tools/esp8266/setup_esp8266.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,5 @@ git submodule update --init --recursive
3535
git submodule foreach --recursive git reset --hard
3636

3737
apply_patch ${BSP_PATH} ${PATCH_PATH}
38-
apply_patch ${BSP_PATH}/components/json/cJSON ${PATCH_PATH}/cJSON
3938
apply_patch ${BSP_PATH}/components/mbedtls/mbedtls ${PATCH_PATH}/mbedtls
4039

0 commit comments

Comments
 (0)