Patrick Dekker

Results 4 issues of Patrick Dekker

https://github.com/arduino-libraries/MKRNB/blob/186147e44b5c28c637c9bb6f7c219d6d0a574214/src/Modem.cpp#L221 This macro BUFSIZ expands to 521 bytes in stdio.h

type: enhancement
topic: code

### Q&A (please complete the following information) - OS: Fedora 39 - Browser: Firefox - Version: - Method of installation: docker - Swagger-Editor version: [e.g. 3.10.0] - Swagger/OpenAPI version: [Swagger...

### Q&A (please complete the following information) - OS: Fedora 39 - Browser: Firefox - Version: - Method of installation: docker - Swagger-Editor version: [e.g. 3.10.0] - Swagger/OpenAPI version: [Swagger...

Reference from ArduinoCore-API repo: https://github.com/arduino/ArduinoCore-API/issues/171 Udp.h is included in Core-samd and core-api, while one of them uses #pragma once and the other include guards. This causes problems when including both...