Manuel Bl.

Results 190 comments of Manuel Bl.

I would prefer if priority was given to the *Arduino core based on Mbed OS framework*. This is likely the better solution for most users and in particular for users...

In case anyone starts to work on this: the Arduino guys managed to build the nRF52 Arduino core upon an **untagged** branch of the [Arduino Core API](https://github.com/arduino/ArduinoCore-API), namely the [arduino_namespace](https://github.com/arduino/ArduinoCore-API/tree/namespace_arduino)...

Yes, that's one piece. Many more are needed...

Thanks for the work on the Arduino Nano 33. I've tested it and it looks quite good already. The project compiles and compilation times are much faster than in Arduino...

Thanks @valeros for the quick response. Regarding my issues: 1. Uploading: It's better now but in only works every other time (same as for @vaetas). I think I know why......

I will test it but won't have time before tomorrow evening...

Thanks for your contribution. The address on the payment part is not used as a postal delivery address. The postal delivery address is usually printed at the top of the...

The need for specifying the representative in the invoice is clear. It will be present in the header of the invoice. I'm still not sure if it needs to be...

Thanks for the updated PR. I'm not generally opposed against having support for explicit line breaks. But I want to understand the underlying requirement. In particular, I'd like to understand...

In release 3.0.6, the local country code is now configurable. The option is part of the `BillFormat` class: https://www.codecrete.net/qrbill-javadoc/net/codecrete/qrbill/generator/BillFormat.html#setLocalCountryCode(java.lang.String)