You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, first i am very new to this topic but i am super interseted and ordert myself the 5.65 inch AcEP EP Display from Waveshare and the ESP32 Driver Board from Waveshare. But now i intsalled your Libary and the SdFat and SPIFlash but i get some issues while compiling. I hope you can help me :)
C:\Users\Tim\Documents\Arduino\libraries\Adafruit_SPIFlash\src\esp32\Adafruit_FlashTransport_ESP32.cpp: In member function 'SPIFlash_Device_t* Adafruit_FlashTransport_ESP32::getFlashDevice()':
C:\Users\Tim\Documents\Arduino\libraries\Adafruit_SPIFlash\src\esp32\Adafruit_FlashTransport_ESP32.cpp:54:3: error: 'esp_flash_t' was not declared in this scope
C:\Users\Tim\Documents\Arduino\libraries\Adafruit_SPIFlash\src\esp32\Adafruit_FlashTransport_ESP32.cpp:55:36: error: 'flash' was not declared in this scope
Hey, first i am very new to this topic but i am super interseted and ordert myself the 5.65 inch AcEP EP Display from Waveshare and the ESP32 Driver Board from Waveshare. But now i intsalled your Libary and the SdFat and SPIFlash but i get some issues while compiling. I hope you can help me :)
Here is the error Code
Arduino: 1.8.16 (Windows 10), Board: "ESP32 Dev Module, Disabled, Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 921600, None"
C:\Users\Tim\Documents\Arduino\libraries\Adafruit_SPIFlash\src\esp32\Adafruit_FlashTransport_ESP32.cpp: In member function 'SPIFlash_Device_t* Adafruit_FlashTransport_ESP32::getFlashDevice()':
C:\Users\Tim\Documents\Arduino\libraries\Adafruit_SPIFlash\src\esp32\Adafruit_FlashTransport_ESP32.cpp:54:3: error: 'esp_flash_t' was not declared in this scope
esp_flash_t const *flash = _partition->flash_chip;
^
C:\Users\Tim\Documents\Arduino\libraries\Adafruit_SPIFlash\src\esp32\Adafruit_FlashTransport_ESP32.cpp:55:36: error: 'flash' was not declared in this scope
_flash_device.manufacturer_id = (flash->chip_id >> 16);
exit status 1
Fehler beim Kompilieren für das Board ESP32 Dev Module.
The text was updated successfully, but these errors were encountered: