mirror of
https://github.com/esphome/esphome.git
synced 2025-04-06 19:00:29 +01:00
fix dfu
This commit is contained in:
parent
54368a0678
commit
c3a7510726
@ -8,9 +8,8 @@ namespace dfu {
|
|||||||
|
|
||||||
volatile bool goto_dfu = false;
|
volatile bool goto_dfu = false;
|
||||||
|
|
||||||
static const uint8_t DFU_DBL_RESET_MEM = 0x20007F7C;
|
static const uint32_t DFU_DBL_RESET_MAGIC = 0x5A1AD5; // SALADS
|
||||||
const uint8_t DFU_DBL_RESET_MAGIC = 0x5A1AD5; // SALADS
|
static uint32_t *dbl_reset_mem = ((uint32_t *) 0x20007F7C);
|
||||||
uint32_t *dbl_reset_mem = ((uint32_t *) DFU_DBL_RESET_MEM);
|
|
||||||
|
|
||||||
#define DEVICE_AND_COMMA(node_id) DEVICE_DT_GET(node_id),
|
#define DEVICE_AND_COMMA(node_id) DEVICE_DT_GET(node_id),
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user