This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Description
Describe the bug
the arduino pro ide can't find a local .h file that is in the same folder as in the main sketch file. while normal ide can.
audio.h is a file without a .cpp, i made it and consists lines of code for beat detection code. (i never had problems compiling this code)

To Reproduce
I don't know how I could reproduce. audio.h is as so far the only .h file that wouldn't get fetched by the pro ide.
Expected behaviour
the pro ide includes the local .h files without any problem
Screenshots



Desktop (please complete the following information):
- OS: windows pro
- Version:20H2
Additional context
I have made .h files so I could split up the code and have more oversight over the code.
these .h files are in the same folder as the main sketch itself.
sorry if there's not enough data. just ask for more.