mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 10:50:40 +00:00
don't block but queue log messages for the ICE (and eventual crash reports)
This commit is contained in:
parent
4f7e85c1a4
commit
5e75beff3f
@ -211,6 +211,10 @@ static MeshRadio *radio = NULL;
|
||||
|
||||
void setup()
|
||||
{
|
||||
#ifdef USE_SEGGER
|
||||
SEGGER_RTT_ConfigUpBuffer(0, NULL, NULL, 0, SEGGER_RTT_MODE_NO_BLOCK_TRIM);
|
||||
#endif
|
||||
|
||||
// Debug
|
||||
#ifdef DEBUG_PORT
|
||||
DEBUG_PORT.begin(SERIAL_BAUD);
|
||||
|
Loading…
Reference in New Issue
Block a user