Per Tillisch
Per Tillisch
Hi @brentru. My role in this project is more on the triage end of things. I am not in a position to decide about making releases. Perhaps one of the...
>at least a way to modify via `#define` There is now a proposal for that here: https://github.com/arduino-libraries/ArduinoHttpClient/pull/124
Also posted on the forum: http://forum.arduino.cc/index.php?topic=481200.msg3299310#msg3299310
@MisterAwesome23 there is an existing pull request to fix this: https://github.com/arduino-libraries/ArduinoSound/pull/24 Feel free to test it out and review it.
@MisterAwesome23 I think it would be best to start by suggesting your changes on the existing pull request. The reason is that it is more convenient for the repository maintainers...
The ESP32 platform authors used an innovative approach to advocating for warning-free code: https://github.com/espressif/arduino-esp32/blob/1.0.4/platform.txt#L18-L21 ``` compiler.warning_flags.none=-w compiler.warning_flags.default= compiler.warning_flags.more=-Wall -Werror=all compiler.warning_flags.all=-Wall -Werror=all -Wextra ``` What this does is add the `-Werror=all`...
Thanks for your report @robomike. There was a related fix for the Arduino Zero board in https://github.com/arduino-libraries/ArduinoRS485/pull/34. That fix targeted the Zero board exclusively, but expanding the preprocessor conditional code...
The developers of the library have decided the AVR architecture of the Arduino Mega 2560 will not be supported: https://github.com/arduino-libraries/ArduinoRS485/pull/35
The CLA check is now ✔️. Thanks so much @johncpang!
There was additional discussion on the original issue which seems irrelevant so I have opted to not transfer it.