restore missing comment

This commit is contained in:
J. Nick Koston
2026-03-04 10:35:53 -10:00
parent 9782332108
commit 212634a906
+3
View File
@@ -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)