| 160 | } |
| 161 | |
| 162 | bool openhd::nw_ethernet_card_manual_active(const openhd::Config& config) { |
| 163 | if (OHDUtil::contains(config.NW_ETHERNET_CARD, RPI_ETHERNET_ONLY)) { |
| 164 | return false; |
| 165 | } |
| 166 | return true; |
| 167 | } |
nothing calls this directly
no test coverage detected