Unbreak targets with EXCLUDE_INPUTBROKER

This commit is contained in:
Jonathan Bennett
2026-01-28 11:07:58 -06:00
parent 9ef9000082
commit 8822f8b685

View File

@@ -950,8 +950,10 @@ void setup()
nodeDB->hasWarned = true;
}
#endif
inputBroker->Init();
#if !MESHTASTIC_EXCLUDE_INPUTBROKER
if (inputBroker)
inputBroker->Init();
#endif
#ifdef MESHTASTIC_INCLUDE_NICHE_GRAPHICS
// After modules are setup, so we can observe modules