mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 08:55:36 +00:00
restore missing comment
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
|
||||
namespace esphome::network {
|
||||
|
||||
// The order of the components is important: WiFi should come after any possible main interfaces (it may be used as
|
||||
// an AP that uses a previous interface for NAT).
|
||||
|
||||
bool is_disabled() {
|
||||
#ifdef USE_MODEM
|
||||
if (modem::global_modem_component != nullptr)
|
||||
|
||||
Reference in New Issue
Block a user