Skip to content

Commit eca5479

Browse files
committed
Update for OTA changes
#564
1 parent 9637490 commit eca5479

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platforms/esp32xx/esp32xx_main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
#include "esp32xx_debug.h"
4343
#ifdef MGOS_HAVE_OTA_COMMON
44-
#include "esp32_updater.h"
44+
#include "esp32xx_updater.h"
4545
#endif
4646

4747
#if defined(MGOS_ESP32)
@@ -58,7 +58,7 @@ enum mgos_init_result mgos_freertos_pre_init(void) {
5858
srand(esp_random()); /* esp_random() uses HW RNG */
5959

6060
#ifdef MGOS_HAVE_OTA_COMMON
61-
esp32_updater_early_init();
61+
esp32xx_updater_early_init();
6262
#endif
6363

6464
r = esp32xx_debug_init();

0 commit comments

Comments
 (0)