Replies: 2 comments
-
|
Yes sure, I haven't really needed or tested lines with that many points. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Added in PR #1004 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to add small atmospheric pressure graph with 25 points line object but it fail with a maximum of 8 points ( on a GS-t3e plate rev 2.4 0.7.0-rc13 standard build).
The size of the
DynamicJsonDocumentinhasp_attribute.cpp/my_line_set_points()estimated based on the payload length appears to be too short. It fail with:2026-02-28T19:23:37.962273+01:00 t3e ATTR [77812/91192 14][48132/48888 2]JSON parsing failed: 4 2026-02-28T19:23:37.972899+01:00 t3e ATTR [77812/91592 15][48132/48888 2]Unknown error (-9)Using the ArduinoJson assistant, a size of
nb_points x 48seems correct for an esp32 andnb_points x 96for linux_sdl, which corresponds tonb_points x 3 x JSON_ARRAY_SIZE(1)I was able with this to add a 196 points line object ~8k JsonDocument size.
Can i propose a patch file or a pull request ?
Beta Was this translation helpful? Give feedback.
All reactions