update sector size to 512 bytes for ota

This commit is contained in:
Sebastien
2019-09-29 23:28:36 -04:00
parent 0ab1cd438b
commit 44ea1dd4a5
9 changed files with 24 additions and 16 deletions

View File

@@ -8,7 +8,7 @@
#pragma once
#include "esp_attr.h"
#if RECOVERY_APPLICATION
#define CODE_RAM_LOCATION IRAM_ATTR
#define CODE_RAM_LOCATION
#else
#define CODE_RAM_LOCATION
#endif