Skip to content

Commit 39fb8c3

Browse files
committed
Fix header deprecation
1 parent ba929be commit 39fb8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cores/esp32/Esp.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include "Arduino.h"
2121
#include "Esp.h"
2222
#include "rom/spi_flash.h"
23-
#include "esp_deep_sleep.h"
23+
#include "esp_sleep.h"
2424
#include "esp_spi_flash.h"
2525
#include <memory>
2626
#include <soc/soc.h>

0 commit comments

Comments
 (0)