mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 20:17:04 +03:00
add SPI ethernet
This commit is contained in:
@@ -31,9 +31,13 @@ typedef struct {
|
||||
} display_config_t;
|
||||
|
||||
typedef struct {
|
||||
int mdc;
|
||||
int mdio;
|
||||
bool rmii;
|
||||
char model[16];
|
||||
int rst;
|
||||
int mdc, mdio;
|
||||
int host;
|
||||
int cs, mosi, miso, intr, clk;
|
||||
int speed;
|
||||
} eth_config_t;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user