SignalK / SensESP

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

Move function definitions from header to cpp file #672

Closed mairas closed 6 months ago

mairas commented 6 months ago

In a momentary lapse of reason, I had defined some functions in a header file. That breaks if the header is included in more than one place. This PR moves the definitions to CPP files.