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:
@ -110,6 +110,8 @@ void Nt26Board::StartNetwork() {
|
||||
case UartEthModem::UartEthModemEvent::InFlightMode:
|
||||
ESP_LOGW(TAG, "Modem in flight mode");
|
||||
break;
|
||||
case UartEthModem::UartEthModemEvent::RequestingPdpContext:
|
||||
break;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user