arduino-esp32/cores
Dirk Mueller 6f70e27011 Base64::encode : const correctness / String by reference passing (#3314)
Avoid passing String by-value, which is slightly less efficient
as it involves a full copy-constructor/tempstring creation.
2019-10-02 14:29:24 +03:00
..
esp32 Base64::encode : const correctness / String by reference passing (#3314) 2019-10-02 14:29:24 +03:00