Skip to content

Commit b2db392

Browse files
committed
Merge branch 'bugfix/fix_some_ap_use_error_mac_send_ip_packet' into 'master'
fix(lwip): fix some ap use error mac send ip packet See merge request sdk/ESP8266_NONOS_SDK!208
2 parents 1c60bc7 + d4744e8 commit b2db392

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ phy:
1818
gitlab:
1919
driver : 5a2a54b4
2020
json : f55d5fee
21-
lwip : 11535c43
21+
lwip : eaca5185
2222
mbedtls : 6775af13

lib/liblwip.a

25.1 KB
Binary file not shown.

third_party/include/lwipopts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@
447447
* Also notice that this slows down input processing of every IP packet!
448448
*/
449449
#ifndef ETHARP_TRUST_IP_MAC
450-
#define ETHARP_TRUST_IP_MAC 1
450+
#define ETHARP_TRUST_IP_MAC 0
451451
#endif
452452

453453
/**

0 commit comments

Comments
 (0)