mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
esp32/network_lan: Add support for IP101 PHY.
Signed-off-by: Kenneth Ryerson <kenneth.ryerson@gmail.com>
This commit is contained in:
committed by
Damien George
parent
5f0e9d1bac
commit
76fefad18b
@@ -26,7 +26,7 @@
|
||||
#ifndef MICROPY_INCLUDED_ESP32_MODNETWORK_H
|
||||
#define MICROPY_INCLUDED_ESP32_MODNETWORK_H
|
||||
|
||||
enum { PHY_LAN8720, PHY_TLK110 };
|
||||
enum { PHY_LAN8720, PHY_TLK110, PHY_IP101 };
|
||||
|
||||
MP_DECLARE_CONST_FUN_OBJ_KW(get_lan_obj);
|
||||
MP_DECLARE_CONST_FUN_OBJ_1(ppp_make_new_obj);
|
||||
|
||||
Reference in New Issue
Block a user