esp-adf icon indicating copy to clipboard operation
esp-adf copied to clipboard

Update i2s_stream.h - C++ / Arduino / Platformio compatibility (AUD-599)

Open stasartcode opened this issue 6 years ago • 2 comments

I2S_STREAM_CFG_DEFAULT() // FIXME OK -> C++ / Arduino / Platformio -> a value of type "int" cannot be used to initialize an entity of type "i2s_mode_t" // -> change in .platformio\packages\framework-arduinoespressif32\tools\sdk\include\driver\driver\i2s.h - i2s_mode_t - I2S_MODE_MASTER_TX_RX = 13, // FIXME OK -> C++ / Arduino / Platformio -> non-trivial-designated-initializers-not-supported -> the order of initialization needs to be in the exact order of declaration.

stasartcode avatar Jan 10 '19 22:01 stasartcode

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Jan 10 '19 22:01 CLAassistant

@stasartcode Thanks for the contribution.

Alvin1Zhang avatar Dec 13 '19 01:12 Alvin1Zhang