Skip to content

Commit 06ec7f1

Browse files
committed
Replace esp_spi_flash.h use because of deprecation
1 parent a619d31 commit 06ec7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Update/src/Updater.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "Update.h"
22
#include "Arduino.h"
3-
#include "esp_spi_flash.h"
3+
#include "spi_flash_mmap.h"
44
#include "esp_ota_ops.h"
55
#include "esp_image_format.h"
66

0 commit comments

Comments
 (0)