From 9804469a30a877a830e115361b0b78859eaa4d67 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 11 Dec 2019 03:50:14 +0100 Subject: cell fixed; cell voice test passed --- code/esp32/main/app_main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (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 314a313..b654453 100644 --- a/code/esp32/main/app_main.c +++ b/code/esp32/main/app_main.c @@ -9,8 +9,7 @@ void app_main() { eos_i2c_init(); eos_net_init(); - eos_pcm_init(); - eos_modem_init(); + eos_cell_init(); eos_wifi_init(); eos_sock_init(); eos_bq25895_set_ilim(); -- cgit v1.2.3