forge: add patch 6 — bot advert marker + auto-overwrite

- All self-advert paths (CMD_SEND_SELF_ADVERT, CMD_EXPORT_CONTACT,
  MyMesh::advert()) now use bot advert name with [MCBOT] suffix when
  bot_prefs.enabled, via new getAdvertNodeName() helper
- Initial flood advert at 120s after boot instead of 24h, so other
  nodes see [MCBOT] in the contact name shortly after the bot boots
- AUTO_ADD_OVERWRITE_OLDEST set by default on CMESH_BOT builds, so
  bots don't silently stop accepting contacts when the table fills

Patches 0001-0005 re-exported (cosmetic series-count bump 1/5 -> 1/6).
This commit is contained in:
cj-vana
2026-05-16 18:59:03 -06:00
parent 4d8a035d60
commit 707f492a05
7 changed files with 163 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: cj-vana <cj@depth23.online>
Date: Fri, 15 May 2026 20:09:58 -0600
Subject: [PATCH 3/5] Allow prefixless firmware bot DMs
Subject: [PATCH 3/6] Allow prefixless firmware bot DMs
---
examples/companion_radio/BotPolicy.cpp | 2 +-