From 4c4154b1c37a8f1909836547db35dbc7029c90b1 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Fri, 30 Aug 2019 13:45:51 +0200 Subject: ditto --- code/esp32/main/app_main.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/code/esp32/main/app_main.c b/code/esp32/main/app_main.c index 1d3fa34..19ad85c 100644 --- a/code/esp32/main/app_main.c +++ b/code/esp32/main/app_main.c @@ -15,12 +15,20 @@ #include #include "fe310.h" +#include "i2c.h" +#include "modem.h" +#include "pcm.h" #include "transport.h" +#include "bq25895.h" // Main application void app_main() { + eos_i2c_init(); + eos_modem_init(); + eos_pcm_init(); + eos_wifi_init(); eos_fe310_init(); - eos_net_init(); + eos_bq25895_set_ilim(); } -- cgit v1.2.3