OpenDTU-old/docs/DeviceProfiles/esp32_stick_poe_a.json
2023-11-22 23:01:23 +01:00

23 lines
422 B
JSON

[
{
"name": "Esp32-Stick-PoE-A",
"nrf24": {
"miso": 2,
"mosi": 15,
"clk": 14,
"irq": 34,
"en": 12,
"cs": 4
},
"eth": {
"enabled": true,
"phy_addr": 1,
"power": -1,
"mdc": 23,
"mdio": 18,
"type": 0,
"clk_mode": 3
}
}
]