diff options
Diffstat (limited to 'fw/esp32/main/app_main.c')
-rw-r--r-- | fw/esp32/main/app_main.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fw/esp32/main/app_main.c b/fw/esp32/main/app_main.c index 8374c45..145739c 100644 --- a/fw/esp32/main/app_main.c +++ b/fw/esp32/main/app_main.c @@ -13,7 +13,6 @@ #include "wifi.h" #include "sock.h" #include "power.h" -#include "bq25895.h" #define ESP_INTR_FLAG_DEFAULT 0 @@ -38,9 +37,6 @@ void app_main() { eos_sock_init(); eos_power_init(); - - eos_i2c_init(); - eos_bq25895_set_ilim(); } |