init wifi_cfg in app_main startup sequence

This commit is contained in:
jess 2026-04-03 12:02:55 -07:00
parent 7f49ecbe58
commit 97026e4f6b
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include "echem.h"
#include "protocol.h"
#include "wifi_transport.h"
#include "wifi_cfg.h"
#include "temp.h"
#include "refs.h"
#include "freertos/FreeRTOS.h"
@ -64,6 +65,8 @@ void app_main(void)
eis_load_ph_cal();
temp_init();
wifi_cfg_init();
esp_netif_init();
esp_event_loop_create_default();