Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/capability_sample/caps_colorControl.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static void caps_colorControl_attr_color_send(caps_colorControl_data_t *caps_dat
NULL);

value[1].type = IOT_CAP_VAL_TYPE_NUMBER;
value[1].number = caps_data->hue_value;
value[1].number = caps_data->saturation_value;

cap_evt[1] = st_cap_create_attr(caps_data->handle,
(char *) caps_helper_colorControl.attr_saturation.name,
Expand Down
4 changes: 2 additions & 2 deletions apps/esp8266/light_example/sdkconfig
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@ CONFIG_MQTT_RECV_BUFFER=2048
CONFIG_MQTT_SEND_CYCLE=30000
CONFIG_MQTT_RECV_CYCLE=100
CONFIG_MQTT_PING_TIMEOUT=3000
# CONFIG_NEWLIB_LIBRARY_LEVEL_NORMAL is not set
CONFIG_NEWLIB_LIBRARY_LEVEL_NANO=y
CONFIG_NEWLIB_LIBRARY_LEVEL_NORMAL=y
# CONFIG_NEWLIB_LIBRARY_LEVEL_NANO is not set
# CONFIG_NEWLIB_LIBRARY_LEVEL_FLOAT_NANO is not set
# CONFIG_NEWLIB_LIBRARY_CUSTOMER is not set
# CONFIG_OPENSSL_DEBUG is not set
Expand Down
4 changes: 2 additions & 2 deletions apps/esp8266/switch_example/sdkconfig
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@ CONFIG_MQTT_RECV_BUFFER=2048
CONFIG_MQTT_SEND_CYCLE=30000
CONFIG_MQTT_RECV_CYCLE=100
CONFIG_MQTT_PING_TIMEOUT=3000
# CONFIG_NEWLIB_LIBRARY_LEVEL_NORMAL is not set
CONFIG_NEWLIB_LIBRARY_LEVEL_NANO=y
CONFIG_NEWLIB_LIBRARY_LEVEL_NORMAL=y
# CONFIG_NEWLIB_LIBRARY_LEVEL_NANO is not set
# CONFIG_NEWLIB_LIBRARY_LEVEL_FLOAT_NANO is not set
# CONFIG_NEWLIB_LIBRARY_CUSTOMER is not set
# CONFIG_OPENSSL_DEBUG is not set
Expand Down
2 changes: 1 addition & 1 deletion apps/rtl8721c/light_example/main/caps_colorControl.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static void caps_colorControl_attr_color_send(caps_colorControl_data_t *caps_dat
NULL);

value[1].type = IOT_CAP_VAL_TYPE_NUMBER;
value[1].number = caps_data->hue_value;
value[1].number = caps_data->saturation_value;

cap_evt[1] = st_cap_create_attr(caps_data->handle,
(char *) caps_helper_colorControl.attr_saturation.name,
Expand Down

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion tools/esp8266/setup_esp8266.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@ git submodule update --init --recursive
git submodule foreach --recursive git reset --hard

apply_patch ${BSP_PATH} ${PATCH_PATH}
apply_patch ${BSP_PATH}/components/json/cJSON ${PATCH_PATH}/cJSON
apply_patch ${BSP_PATH}/components/mbedtls/mbedtls ${PATCH_PATH}/mbedtls