Hi,
I just installed the latest version from the main branch successfully from with pio (console). Now the start screens shows up, display shows after some seconds LoRa initiated and then switches to the overview or dies after a while. Then it goes into an endless loop of restarting as it seems.
Board is a LILYGO T-Beam Meshtastic LORA32 433MHz SX1278
I found this on the monitor console
--- More details at https://bit.ly/pio-monitor-filters
--- Quit: Ctrl+C | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H
[ERROR][Configuration] Failed to read file, using default configuration.
[INFO][LoRa] Set SPI pins!
[INFO][LoRa] Set LoRa pins!
[INFO][LoRa] frequency: 433775000
[INFO][LoRa] LoRa init done!
[INFO][Main] Smart Beacon is: On
[INFO][Main] setup done...
[INFO][Loop] GPS fix state went to VALID
Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled.
Core 1 register dump:
PC : 0x400e5972 PS : 0x00050031 A0 : 0x400860d0 A1 : 0x3ffbf57c
A2 : 0x3f800998 A3 : 0x3ffbecb4 A4 : 0x000000ff A5 : 0x00000ff0
A6 : 0x3ffbdcc0 A7 : 0x0001e870 A8 : 0x00000000 A9 : 0x3ffbecb0
A10 : 0x00000001 A11 : 0x3ffc9de0 A12 : 0x00000014 A13 : 0x00000004
A14 : 0x3ffbd500 A15 : 0x80000001 SAR : 0x0000001d EXCCAUSE: 0x0000001c
EXCVADDR: 0x00000008 LBEG : 0x40092074 LEND : 0x4009207f LCOUNT : 0x000013a6
Backtrace: 0x400e596f:0x3ffbf57c |<-CORRUPTED
#0 0x400e596f:0x3ffbf57c in uart_ll_get_intsts_mask at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/hal/esp32/include/hal/uart_ll.h:186
(inlined by) uart_rx_intr_handler_default at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/driver/uart.c:854
ELF file SHA256: 184211336248d8b2
Rebooting...
Anyone knows how to fix this?
Thanks
Sebastian