diff options
author | Uros Majstorovic <majstor@majstor.org> | 2020-08-05 03:08:22 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2020-08-05 03:08:22 +0200 |
commit | ba38183139e19d5e07a4f30822eb285dde9bd7ca (patch) | |
tree | f6fa8b2f0c8d9ad832e113c4a4517589fe73c5a9 /code/esp32/main/app_main.c | |
parent | 0894a1e7664504312a9cdfc826eef89030aaaa1b (diff) |
cell urc buffer handling fixed; added sms/ussd/voice/data stubs
Diffstat (limited to 'code/esp32/main/app_main.c')
-rw-r--r-- | code/esp32/main/app_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |