vintlabs / fauxmoESP

Add voice control of your ESP32 and ESP8266 devices using Amazon Alexa
MIT License
375 stars 70 forks source link

Declare header files for PlatformIO #204

Closed ivankravets closed 2 years ago

ivankravets commented 2 years ago

Hi,

Please accept this PR that adds header files according to https://docs.platformio.org/en/latest/librarymanager/config.html#headers

Developers will see them soon in the new version of PlatformIO Package Registry.

Thanks in advance!

pvint commented 2 years ago

Hey, thanks Ivan!

I don't personally use PlatformIO often, and just one question: Is the "examples" section not used? (I see that you removed it, and I will defer to your expertise, but I wanted to be certain it wasn't in error)

ivankravets commented 2 years ago

Is the "examples" section not used?

You organized examples in the classic format. We will pick examples automatically. There is no need to override the examples section.

pvint commented 2 years ago

Perfect, thank you Ivan. (And also, thank you for saving me the time to figure that out myself!)

ivankravets commented 2 years ago

Thanks as well for your amazing contribution to the open-source!