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