forge: step 8 — add bot prefs and CLI

This commit is contained in:
cj-vana
2026-05-14 21:11:40 -06:00
parent c37e006732
commit e6182f5e7b
3 changed files with 1328 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ def main():
str(SRC_DIR),
str(ROOT / "tests" / "firmware_bot" / "test_firmware_bot.cpp"),
str(SRC_DIR / "FirmwareBot.cpp"),
str(SRC_DIR / "BotPrefs.cpp"),
str(SRC_DIR / "BotPolicy.cpp"),
str(SRC_DIR / "BotCommands.cpp"),
str(SRC_DIR / "EmergencyForwarder.cpp"),