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