Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] : DynamicJsonDocument too little to keep all hiden features #147

Closed
robercy opened this issue May 31, 2023 · 0 comments
Closed

[BUG] : DynamicJsonDocument too little to keep all hiden features #147

robercy opened this issue May 31, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@robercy
Copy link

robercy commented May 31, 2023

Bug report

Describe the bug

Just read part of dev.json . To fix the problem, please change line 44 in Globals.cpp from:
DynamicJsonDocument doc(128);
to
DynamicJsonDocument doc(256);

Additional information

  • Devices involved:
    • Model: Ulanzi Awtrix Smart Pixel Clock 2882 (TC001)
    • AWTRIX-LIGHT version: [0.66

To Reproduce

Steps to reproduce the behavior: Set all hiden features togheter in dev.json file

Expected behavior

A clear and concise description of what you expected to happen: Allow to change all hiden features

@robercy robercy added the bug Something isn't working label May 31, 2023
@robercy robercy changed the title [BUG] [BUG] : DynamicJsonDocument too little to keep all hiden features May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant