chore: update dependencies in idf_component.yml

- Bump esp-wifi-connect version from ~3.1.2 to ~3.1.3
- Update uart-eth-modem version from ~0.3.4 to ~0.4.0
This commit is contained in:
Terrence
2026-04-30 13:29:36 +08:00
parent 79a482a09e
commit 8cbbf3f357
2 changed files with 4 additions and 2 deletions

View File

@ -110,6 +110,8 @@ void Nt26Board::StartNetwork() {
case UartEthModem::UartEthModemEvent::InFlightMode:
ESP_LOGW(TAG, "Modem in flight mode");
break;
case UartEthModem::UartEthModemEvent::RequestingPdpContext:
break;
}
});