mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-21 15:54:39 +01:00
This should make explicit String-from-integer constructor working again: int a = 10; String(a, 4);
This should make explicit String-from-integer constructor working again: int a = 10; String(a, 4);