From 040f4333678f46f3558e604014d460076244af6b Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sat, 7 Dec 2019 17:13:23 +0100 Subject: added net_alloc; fixed cell modem driver --- code/esp32/main/app_main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 afaee91..705e46f 100644 --- a/code/esp32/main/app_main.c +++ b/code/esp32/main/app_main.c @@ -1,9 +1,9 @@ #include "i2c.h" -#include "modem.h" -#include "pcm.h" +#include "cell.h" #include "_net.h" -#include "sock.h" #include "wifi.h" +#include "sock.h" +#include "bq25895.h" // Main application void app_main() { @@ -13,7 +13,7 @@ void app_main() { eos_net_init(); eos_wifi_init(); eos_sock_init(); - // eos_bq25895_set_ilim(); + eos_bq25895_set_ilim(); } -- cgit v1.2.3