diff options
Diffstat (limited to 'code/esp32/main/app_main.c')
-rw-r--r-- | code/esp32/main/app_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/code/esp32/main/app_main.c b/code/esp32/main/app_main.c index 705e46f..314a313 100644 --- a/code/esp32/main/app_main.c +++ b/code/esp32/main/app_main.c @@ -8,9 +8,9 @@ // Main application void app_main() { eos_i2c_init(); - eos_modem_init(); - eos_pcm_init(); eos_net_init(); + eos_pcm_init(); + eos_modem_init(); eos_wifi_init(); eos_sock_init(); eos_bq25895_set_ilim(); |