Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 3eca850

Browse files
authored
v1.2.0
### Releases v1.2.0 1. Add support to LAN8720 Ethernet for many STM32F4 (F407xx, NUCLEO_F429ZI) and STM32F7 (DISCO_F746NG, NUCLEO_F746ZG, UCLEO_F756ZG) boards. 2. Add LAN8720 examples 3. Add Packages' Patches for STM32 to use LAN8720 with STM32Ethernet and LwIP libraries
1 parent 2e8ee51 commit 3eca850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/HttpBasicAuth/defines.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
// If USE_BUILTIN_ETHERNET == false and USE_UIP_ETHERNET == false =>
2828
// either use W5x00 with EthernetXYZ library
2929
// or ENC28J60 with EthernetENC library
30-
//#define USE_BUILTIN_ETHERNET true
31-
#define USE_BUILTIN_ETHERNET false
30+
#define USE_BUILTIN_ETHERNET true
31+
//#define USE_BUILTIN_ETHERNET false
3232

3333
//#define USE_UIP_ETHERNET true
3434
#define USE_UIP_ETHERNET false

0 commit comments

Comments
 (0)