From 206cdf9826233e0f7a923ade6518a26e66d90d86 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 26 Feb 2020 02:50:37 +0100 Subject: cell uart/pcm fixes --- code/esp32/main/app_main.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'code/esp32/main') diff --git a/code/esp32/main/app_main.c b/code/esp32/main/app_main.c index b654453..d2bb704 100644 --- a/code/esp32/main/app_main.c +++ b/code/esp32/main/app_main.c @@ -1,3 +1,5 @@ +#include + #include "i2c.h" #include "cell.h" #include "_net.h" @@ -8,6 +10,9 @@ // Main application void app_main() { eos_i2c_init(); + eos_pcm_init(); + gpio_install_isr_service(0); + eos_modem_init(); eos_net_init(); eos_cell_init(); eos_wifi_init(); -- cgit v1.2.3