SignalK / SensESP

Universal Signal K sensor framework for the ESP32 platform
https://signalk.org/SensESP/
Apache License 2.0
150 stars 81 forks source link

Make ValueConsumer::set argument a const ref #711

Closed mairas closed 1 month ago

mairas commented 1 month ago

set() no longer copies its argument but provides a const reference. This should make it quite a bit faster if the argument is a complex class.