Edzelf / ESP32-Radio

Internet radio based on ESP32, VS1053 and a TFT screen.
GNU General Public License v3.0
964 stars 227 forks source link

Arduino IDE #473

Closed mousemat86 closed 2 years ago

mousemat86 commented 2 years ago

I'm attempting to load and build this using Arduino IDE however opening ESP32-Radio.ino from the directory ESP32-Radio I am presented with only the wrapper file – see screen grab. I would expect the other files from src to open alongside the sketch...

What am I doing wrong? Arduino IDE 1.8.15

Screenshot 2021-07-27 at 21 52 07
Edzelf commented 2 years ago

The IDE will compile and link all sources that are in the directory where the .ino file lives in.

mousemat86 commented 2 years ago

OK thanks, got it