Revert "Set nodeName to maximum size"

This reverts commit e254f39925.
This commit is contained in:
Jason P
2025-12-11 09:29:37 -06:00
parent 7515123307
commit 2634978e57

View File

@@ -55,7 +55,7 @@ static int scrollIndex = 0;
const char *getSafeNodeName(OLEDDisplay *display, meshtastic_NodeInfoLite *node)
{
static char nodeName[25]; // single static buffer we return
static char nodeName[16]; // single static buffer we return
nodeName[0] = '\0';
auto writeFallbackId = [&] {