Skip to content

Commit

Permalink
Update for OTA changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rojer committed Aug 6, 2022
1 parent 9637490 commit eca5479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platforms/esp32xx/esp32xx_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

#include "esp32xx_debug.h"
#ifdef MGOS_HAVE_OTA_COMMON
#include "esp32_updater.h"
#include "esp32xx_updater.h"
#endif

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

#ifdef MGOS_HAVE_OTA_COMMON
esp32_updater_early_init();
esp32xx_updater_early_init();
#endif

r = esp32xx_debug_init();
Expand Down

0 comments on commit eca5479

Please sign in to comment.