Skip to content

Commit

Permalink
Fix documentation for ethernet boards.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Dec 10, 2024
1 parent 9ca0408 commit cfd9c02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/esp32/net/ethernet.toit
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,11 @@ main:
# Olimex Ethernet boards
The Olimex Ethernet boards (Gateway and ESP32-POE)
need an envelope with an RMII clock output: `esp32-eth-clk-out17`.
need an envelope with an RMII clock output: `esp32-eth-clk-out17`
(WROOM) or `esp32-eth-clk-out0-spiram` (WROVER).
This firmware contains the following sdk-config change (enable
`CONFIG_ETH_RMII_CLK_OUTPUT`):
This firmware contains the sdk-config change to enable
`CONFIG_ETH_RMII_CLK_OUTPUT` (here for the WROOM):
```
--- b/toolchains/esp32/sdkconfig
Expand All @@ -108,9 +109,8 @@ This firmware contains the following sdk-config change (enable
```
# Lilygo T-Internet-COM
The [Lilygo T-Internet-COM](https://lilygo.cc/products/t-internet-com) is similar
to the Olimex board. It uses the `esp32-eth-clk-out17-spiram` envelope
to the Olimex board. It uses the `esp32-eth-clk-out0-spiram` envelope
and GPIO 4 as power pin. The rest is the same.
*/
class EthernetServiceProvider extends EthernetServiceProviderBase_:
Expand Down

0 comments on commit cfd9c02

Please sign in to comment.