ThingPulse / esp8266-oled-ssd1306

Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32
https://thingpulse.com
Other
1.99k stars 637 forks source link

Pass String arguments by reference #302

Closed dirkmueller closed 3 years ago

dirkmueller commented 4 years ago

This avoids the copy constructor and is as efficient as move typically.

marcelstoer commented 3 years ago

Needs to be rebased 😞

marcelstoer commented 3 years ago

Fixed with #342