Bladeren bron

esp_spiram.h has been replaced by esp32/spiram.h (#1605)

* esp_spiram.h has been replaced by esp32/spiram.h
Nicolas Liaudat 3 jaren geleden
bovenliggende
commit
6e48ec5fb7
1 gewijzigde bestanden met toevoegingen van 1 en 2 verwijderingen
  1. 1 2
      code/main/main.cpp

+ 1 - 2
code/main/main.cpp

@@ -6,8 +6,7 @@
 #include "driver/gpio.h"
 #include "driver/gpio.h"
 #include "sdkconfig.h"
 #include "sdkconfig.h"
 //#include "esp_psram.h" // Comming in IDF 5.0, see https://docs.espressif.com/projects/esp-idf/en/v5.0-beta1/esp32/migration-guides/release-5.x/system.html?highlight=esp_psram_get_size
 //#include "esp_psram.h" // Comming in IDF 5.0, see https://docs.espressif.com/projects/esp-idf/en/v5.0-beta1/esp32/migration-guides/release-5.x/system.html?highlight=esp_psram_get_size
-#include "spiram.h"
-#include "esp_spiram.h"
+#include "esp32/spiram.h"
 
 
 // SD-Card ////////////////////
 // SD-Card ////////////////////
 #include "nvs_flash.h"
 #include "nvs_flash.h"