leverage displayer to show flash update on display

This commit is contained in:
Sebastien
2020-02-27 17:45:24 -05:00
parent d1e46104ae
commit e550c08273
2 changed files with 34 additions and 5 deletions

View File

@@ -11,6 +11,7 @@
#include "esp_ota_ops.h"
#include "sys/param.h"
#if RECOVERY_APPLICATION
#define CODE_RAM_LOCATION
#define RECOVERY_IRAM_FUNCTION IRAM_ATTR
@@ -38,4 +39,3 @@
esp_err_t start_ota(const char * bin_url, char * bin_buffer, uint32_t length);