mirror of
https://github.com/esp8266/Arduino.git
synced 2025-10-13 23:48:28 +03: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);