From ba38183139e19d5e07a4f30822eb285dde9bd7ca Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 5 Aug 2020 03:08:22 +0200 Subject: cell urc buffer handling fixed; added sms/ussd/voice/data stubs --- code/esp32/main/app_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/esp32/main/app_main.c') diff --git a/code/esp32/main/app_main.c b/code/esp32/main/app_main.c index b700a8e..4babcdc 100644 --- a/code/esp32/main/app_main.c +++ b/code/esp32/main/app_main.c @@ -21,7 +21,7 @@ void app_main() { eos_net_init(); - eos_pcm_init(); + eos_cell_pcm_init(); gpio_install_isr_service(ESP_INTR_FLAG_DEFAULT); eos_modem_init(); -- cgit v1.2.3