skipNodeDb
Skip the Stage-2 NodeDB download ("config-only" connect): the handshake stops after Stage 1, so want_config_id = 69421 is never sent and connect returns once config and channels are in — cutting the bulk of BLE connect time on a large mesh. Config, channels, own node, admin and send/receive are unaffected; the node map holds only the local node until peers are heard live. For config editors, provisioning and CLI one-shots; leave off for chat/map UIs. See docs/protocol.md §6.
Parameters
skip
true to skip Stage 2; false restores the default two-stage handshake.