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:
|
case UartEthModem::UartEthModemEvent::InFlightMode:
|
||||||
ESP_LOGW(TAG, "Modem in flight mode");
|
ESP_LOGW(TAG, "Modem in flight mode");
|
||||||
break;
|
break;
|
||||||
|
case UartEthModem::UartEthModemEvent::RequestingPdpContext:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@ -20,12 +20,12 @@ dependencies:
|
|||||||
waveshare/custom_io_expander_ch32v003: ^1.0.0
|
waveshare/custom_io_expander_ch32v003: ^1.0.0
|
||||||
espressif/esp_lcd_panel_io_additions: ^1.0.1
|
espressif/esp_lcd_panel_io_additions: ^1.0.1
|
||||||
78/esp_lcd_nv3023: ~1.0.0
|
78/esp_lcd_nv3023: ~1.0.0
|
||||||
78/esp-wifi-connect: ~3.1.2
|
78/esp-wifi-connect: ~3.1.3
|
||||||
espressif/esp_audio_effects: ~1.2.1
|
espressif/esp_audio_effects: ~1.2.1
|
||||||
espressif/esp_audio_codec: ~2.4.1
|
espressif/esp_audio_codec: ~2.4.1
|
||||||
78/esp-ml307: ~3.6.5
|
78/esp-ml307: ~3.6.5
|
||||||
78/uart-eth-modem:
|
78/uart-eth-modem:
|
||||||
version: ~0.3.4
|
version: ~0.4.0
|
||||||
rules:
|
rules:
|
||||||
- if: target not in [esp32]
|
- if: target not in [esp32]
|
||||||
78/xiaozhi-fonts: ~1.6.0
|
78/xiaozhi-fonts: ~1.6.0
|
||||||
|
|||||||
Reference in New Issue
Block a user