Closed cederlys closed 10 months ago
Thank you!
If order a replacement will it come withUpdate
Sent from starlink via the outer space
On Tue, Dec 26, 2023 at 6:10 PM, Leon @.***> wrote:
Thank you!
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>
ArduinoJson 6.19.0 uses double instead of float by default. This causes serialized floats to sometimes contain trailing digits that are rounding errors. For instance, 21.2 might be sent as "21.20000076". Fix by defining ARDUINOJSON_USE_DOUBLE to 0, which was the default value in older versions of ArduinoJson.
Change the recommended version to the current release: 6.21.4.