summaryrefslogtreecommitdiff
path: root/code/esp32/main
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2019-12-11 03:50:14 +0100
committerUros Majstorovic <majstor@majstor.org>2019-12-11 03:50:14 +0100
commit9804469a30a877a830e115361b0b78859eaa4d67 (patch)
tree8ec8daf0ae5120c4efbacbf6c438f6932ce3f14a /code/esp32/main
parent404b1628d381cfff1bb737c5bc08b0fc5a3b74fe (diff)
cell fixed; cell voice test passed
Diffstat (limited to 'code/esp32/main')
-rw-r--r--code/esp32/main/app_main.c3
1 files changed, 1 insertions, 2 deletions
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();