richonguzman / LoRa_APRS_Tracker

LoRa APRS Tracker with Tx and Rx capabilities, Messages, Wx, Winlink and more...
MIT License
167 stars 45 forks source link

Crash on more then 4 configured beacons #84

Closed aendes closed 2 months ago

aendes commented 2 months ago

Hello,

i tried to setup the latest version(2024.04.12) in a new setup once with 4 and with 5 beacons. If i configure 4 beacons everything works like expected but if i configure 5 beacons the ttgo-t-beam_v1_2 starts in a boot crash loop. I tried to reorder and remove a different entry from the json and for me the only differences seems to be the amount of configured beacons, which cause the crash.

Error on console: Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled.

What else could i help to clarify it this is en error/bug?

Andreas

richonguzman commented 2 months ago

this is no error nor bug.... the internal memory of the board holds so much until it won't work.... so its limited to 4 beacons for now

do you need more?

aendes commented 2 months ago

I tried to add a fifth beacon. My Idea was to have to different Tracker with same config file and just change the beacon settings after flashing. So for my Problem it could also a solution to have more beacons configured but make it active in the config file and the flash. Then i would have the same file with different 4 beacons active.

Thanks for your great work

richonguzman commented 2 months ago

try to make the configuration file bigger to test if it holds 5

aendes commented 2 months ago

Could you explain to me howto make the configuration file bigger?

richonguzman commented 2 months ago

on VSCODE, in configuration.cpp file, on line 19....

change 2560 to 3000 and test

aendes commented 2 months ago

Thanks for your help. With 3000 i can add 5 beacons