Skip to content

Commit

Permalink
removed dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMueller2003 committed Mar 15, 2024
1 parent 3025155 commit d523906
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ESPixelStick/src/network/EthernetDriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ void c_EthernetDriver::StartEth ()
// esp_eth_disable();
logcon(String("ETH IP Before Start: ") + ETH.localIP().toString());
if (false == ETH.begin (phy_addr, power_pin /*gpio_num_t(-1)*/, mdc_pin, mdio_pin, phy_type, clk_mode))
// if (false == ETH.begin(phy_addr, power_pin, mdc_pin, mdio_pin, phy_type, clk_mode))
{
fsm_Eth_state_DeviceInitFailed_imp.Init ();
}
Expand Down

0 comments on commit d523906

Please sign in to comment.