diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-09-04 18:43:50 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-09-04 18:43:50 +0200 |
commit | 6a4b3ef0e72ee134b81a523ce41fd4c45f3b4429 (patch) | |
tree | c4cb9b524711238b162511f515d484df4052e3ab /fw/esp32/main | |
parent | 03ec4d6158bd3c555b6c60b9e7476740464f19fa (diff) |
fixed wifi and cell
Diffstat (limited to 'fw/esp32/main')
-rw-r--r-- | fw/esp32/main/app_main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fw/esp32/main/app_main.c b/fw/esp32/main/app_main.c index 0e9edde..79f76ab 100644 --- a/fw/esp32/main/app_main.c +++ b/fw/esp32/main/app_main.c @@ -35,9 +35,10 @@ void app_main() { eos_cell_pcm_init(); gpio_install_isr_service(ESP_INTR_FLAG_DEFAULT); - eos_modem_init(); + eos_modem_init(); eos_cell_init(); + eos_wifi_init(); eos_sock_init(); eos_rng_init(); |