Pull requests on Arduino websites?

On

is written

Compatibility

This library is compatible with the avr, esp8266, esp32, stm32 architectures so you should be able to use it on the following Arduino boards:

But this lib works also with MKR boards (Out of the box with digital inputs)

I did not find a way to make a "pull request" for such a Arduino Website.
How can i handle this?

Try a Google search for the Github location ?

To my knowledge you can't fix te documentation, but I might be wrong. My route would be to request a fix here: https://www.arduino.cc/en/contact-us/.

That's what i tought. No worries. The interested one will find. It's a nice lib but a bit abadoned.

These particular pages are generated automatically from the library metadata of all the >4600 libraries in the Arduino Library Manager index. So in the case of 3rd party libraries like this, Arduino doesn't have anything to do with the maintenance of the content, other than the template that the metadata is filled into.

The information that determines this compatibility list is here in the library.properties metadata file of the library:

https://github.com/sui77/rc-switch/blob/master/library.properties#L9

architectures=avr,esp8266,esp32,stm32

So the library author has specified that the library is compatible with the boards of those architectures.

There is a related report here:

As the library works at least partially on M0, couldn't it include M0 in it's claims?

No response from the library maintainer, but it does appear they are receptive to proposals from the community for expanding the list of supported architectures:

The situation has actually improved just recently:

With that added to the previous work, I would say somewhere around 95% of Arduino's documentation is now hosted in public repositories for anyone to submit pull requests:

1 Like

That's what i call a proper answer!! Thx!

You're welcome.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.