mirror of
https://github.com/esphome/esphome.git
synced 2026-09-17 18:18:43 +00:00
[ethernet] Mark EthernetComponent as final
This commit is contained in:
@@ -85,7 +85,7 @@ enum eth_duplex_t { ETH_DUPLEX_HALF, ETH_DUPLEX_FULL };
|
||||
enum eth_speed_t { ETH_SPEED_10M, ETH_SPEED_100M };
|
||||
#endif
|
||||
|
||||
class EthernetComponent : public Component {
|
||||
class EthernetComponent final : public Component {
|
||||
public:
|
||||
EthernetComponent();
|
||||
void setup() override;
|
||||
|
||||
Reference in New Issue
Block a user