Skip to content

Commit

Permalink
Add Esp32-Stick-PoE-A
Browse files Browse the repository at this point in the history
  • Loading branch information
khancyr committed Nov 22, 2023
1 parent 527c2ea commit 203e871
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/DeviceProfiles/esp32_stick_poe_a.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"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
}
}
]

0 comments on commit 203e871

Please sign in to comment.