esp32-simulator icon indicating copy to clipboard operation
esp32-simulator copied to clipboard

How to include component modules?

Open Looooong opened this issue 4 years ago • 3 comments

I don't seem to be able to include component modules, like spi_flash or esp_websocket_client.

Looooong avatar May 19 '21 11:05 Looooong

Hardware components like spi_flash are not supported (it's simulator for testing of code running inside FreeRTOS).

mireq avatar May 19 '21 16:05 mireq

Not having spi_flash is understandable. What about web socket client? Also, I cannot include modules that are in my project's components folder.

Looooong avatar May 20 '21 01:05 Looooong

Here is code with modules - https://github.com/mireq/esp32-internet-radio

mireq avatar May 20 '21 04:05 mireq