marcel-licence / esp32_basic_synth

ESP32 based simple synthesizer project
GNU General Public License v3.0
245 stars 38 forks source link

How to flash files with arduino ide #43

Closed asttljsj closed 3 years ago

asttljsj commented 3 years ago

Hello, how can I use arduino ide to burn files, and it prompts that delay-init is not defined during verification, thanks

marcel-licence commented 3 years ago

Hello, google might help: [https://www.google.com/search?client=firefox-b-d&q=esp32+arduino+how+to] Regarding your error message, please paste in a copy. At the moment I do not have any idea what went wrong. Best regards,

asttljsj commented 3 years ago

esp32_basic_synth.zip Hello, when I open it with arduino ide, it prompts that delay-init is not defined. What library files do you need for your project?

HilmarSt commented 3 years ago

Delay_Init() is implemented in the file simple_delay.ino , no additional libraries are needed. Just make sure that all .ino files from the repo are in the same directory as the esp32_basic_synth.ino file.

marcel-licence commented 3 years ago

@HilmarSt thank you for posting the solution