Skip to content

Commit

Permalink
Merge pull request #427 from alibaba/update_1.3.2
Browse files Browse the repository at this point in the history
Update 1.3.2
  • Loading branch information
Cheng-SG authored Jul 18, 2018
2 parents 6529d16 + 29e7720 commit c8a29f3
Show file tree
Hide file tree
Showing 13 changed files with 3,077 additions and 6,140 deletions.
779 changes: 437 additions & 342 deletions framework/connectivity/mqtt/mqtt_client.c
100755 → 100644

Large diffs are not rendered by default.

3,044 changes: 1,832 additions & 1,212 deletions framework/protocol/linkkit/dm/src/dm_thing_manager.c
100755 → 100644

Large diffs are not rendered by default.

1,334 changes: 672 additions & 662 deletions framework/protocol/linkkit/iotkit/hal-impl/rhino/HAL_AWSS_rhino.c

Large diffs are not rendered by default.

Binary file modified framework/ywss4linkkit/lib/arm968es/libywss.a
Binary file not shown.
Binary file modified framework/ywss4linkkit/lib/cortex-m4/libywss.a
Binary file not shown.
Binary file modified framework/ywss4linkkit/lib/cortex-m4/vfp/libywss.a
Binary file not shown.
Binary file modified framework/ywss4linkkit/lib/linux/libywss.a
Binary file not shown.
Binary file modified framework/ywss4linkkit/lib/xtensa/esp32/libywss.a
Binary file not shown.
Binary file modified framework/ywss4linkkit/lib/xtensa/esp8266/libywss.a
Binary file not shown.
228 changes: 135 additions & 93 deletions include/hal/wifi.h

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions platform/mcu/esp8266/hal/wifi_port.c
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,7 @@ static void stop_monitor(hal_wifi_module_t *m)
{
wifi_set_mode(STATION_MODE);
wifi_promiscuous_enable(0);
wifi_set_promiscuous_rx_cb(NULL);
data_cb = NULL;
}

Expand Down
Loading

0 comments on commit c8a29f3

Please sign in to comment.