You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried a few different RF24 libraries and this was the only one I could get working on a Blue Pill STM32F103x.
I selected this library even though the platform.io library manager did not have STM32 listed in this libraries set of supported boards - and yet it works wonderfully well.
How would we get platform.io to list STM32 as supported by this library??
The text was updated successfully, but these errors were encountered:
Yeah the Pio docs list the different platforms somewhere, it’s just a matter of adding to the json file. Easy enough we can do this right away but won’t affect Pio until we do a release I believe.
On Feb 13, 2021, at 12:56 PM, Brendan ***@***.***> wrote:
Great news!
I believe that supported platforms are listed in the library.json file. Best to read the PlatformIO docs to be sure. For the Arduino platform, this library assumes all boards are supported using * (in library.properties file). I don't see why this assumption wasn't made for platformIO.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
I tried a few different RF24 libraries and this was the only one I could get working on a Blue Pill STM32F103x.
I selected this library even though the platform.io library manager did not have STM32 listed in this libraries set of supported boards - and yet it works wonderfully well.
How would we get platform.io to list STM32 as supported by this library??
The text was updated successfully, but these errors were encountered: