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

No display of received APRS-packets in web interface #46

Open
mi-gri opened this issue Aug 30, 2021 · 4 comments
Open

No display of received APRS-packets in web interface #46

mi-gri opened this issue Aug 30, 2021 · 4 comments

Comments

@mi-gri
Copy link

mi-gri commented Aug 30, 2021

I've installed the recent version to an Lora32 v2.1 and a T-Beam 1.1 and both show no received packets in the web interface although they are received and forwarded via KISS.

@US1GHQ
Copy link

US1GHQ commented Aug 30, 2021

If you build from source, find this code in taskWebServer.cpp
PSRAMJsonDocument doc(MAX_RECEIVED_LIST_SIZE * 1000);
and change to
DynamicJsonDocument doc(MAX_RECEIVED_LIST_SIZE * 500);

This is temporary solution, but work for me ;-)

@mi-gri
Copy link
Author

mi-gri commented Aug 31, 2021

Thank you - that worked for me.

@iu2frl
Copy link

iu2frl commented Sep 16, 2021

i've tested on a T-BEAM 0.7 and the default line seems fine, is it something related to 1.1?

iu2frl added a commit to iu2frl/SQ9MDD_TTGO-T-Beam-LoRa-APRS that referenced this issue Sep 16, 2021
@RookieMorph
Copy link

If you build from source, find this code in taskWebServer.cpp PSRAMJsonDocument doc(MAX_RECEIVED_LIST_SIZE * 1000); and change to DynamicJsonDocument doc(MAX_RECEIVED_LIST_SIZE * 500);

This is temporary solution, but work for me ;-)

Do someone know, what the root cause of this problem is? It seems to be T-Beam v1.1 specific.....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants