SignalK / SensESP

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

Fix SKOutputPosition emitting "null" #518

Closed sjamesr closed 2 years ago

sjamesr commented 2 years ago

Previously, SKOutputPosition seemed to be emitting the string "null". This patch fixes it, at least for me. Maybe I was doing something wrong before. :)

mairas commented 2 years ago

Thanks for the fix! ArduinoJson got updated from 5 to 6 a while back, and it is quite possible no-one has tested or used this code since then. Glad that you fixed it.

mairas commented 2 years ago

... aaand, merging.