Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_some_ap_use_error_mac_send_ip_packet' into '…
Browse files Browse the repository at this point in the history
…release/v3.0.0'

Bugfix/fix some ap use error mac send ip packet

See merge request sdk/ESP8266_NONOS_SDK!211
  • Loading branch information
xcguang committed Jun 28, 2019
2 parents 3d5e347 + 800ef1c commit fc04170
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ phy:
gitlab:
driver : 32124083
json : 1ee88246
lwip : 4516ac7c
lwip : ffc37ff3
mbedtls : 78497e12
Binary file modified lib/liblwip.a
Binary file not shown.
2 changes: 1 addition & 1 deletion third_party/include/lwipopts.h
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
* Also notice that this slows down input processing of every IP packet!
*/
#ifndef ETHARP_TRUST_IP_MAC
#define ETHARP_TRUST_IP_MAC 1
#define ETHARP_TRUST_IP_MAC 0
#endif

/**
Expand Down

0 comments on commit fc04170

Please sign in to comment.