forked from espressif/arduino-esp32
Avoid passing String by-value, which is slightly less efficient as it involves a full copy-constructor/tempstring creation.
Avoid passing String by-value, which is slightly less efficient as it involves a full copy-constructor/tempstring creation.