We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d51d0e commit 1d44d5fCopy full SHA for 1d44d5f
cores/esp32/Esp.cpp
@@ -43,7 +43,7 @@ extern "C" {
43
#elif CONFIG_IDF_TARGET_ESP32S3
44
#include "esp32s3/rom/spi_flash.h"
45
#include "soc/efuse_reg.h"
46
-#define ESP_FLASH_IMAGE_BASE 0x1000
+#define ESP_FLASH_IMAGE_BASE 0x0000 // Esp32s3 is located at 0x0000
47
#elif CONFIG_IDF_TARGET_ESP32C3
48
#include "esp32c3/rom/spi_flash.h"
49
#define ESP_FLASH_IMAGE_BASE 0x0000 // Esp32c3 is located at 0x0000
0 commit comments