Code: Select all
#define ESP_PARAM_START_SEC 0xFC
#define DATA_POS 0
typedef struct {
char auth[50];
uint8 id_qty;
uint32 id_vector[30];
bool first_start;
} config_data;I was thinking about flashing a blank file during firmware upload in order to get a known value in sector 0xFC. Can someone tell me how to make this or something else which will have the same result? Thanks.