diff options
Diffstat (limited to 'code/esp32/main')
-rw-r--r-- | code/esp32/main/app_main.c | 3 |
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(); |