SQ9MDD / TTGO-T-Beam-LoRa-APRS

Use TTGO T-Beam as LoRa APRS Tracker
64 stars 23 forks source link

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

Open mi-gri opened 2 years ago

mi-gri commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

Thank you - that worked for me.

iu2frl commented 2 years ago

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

RookieMorph commented 1 year ago

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.....