forge: step 5 — add firmware bot commands

This commit is contained in:
cj-vana
2026-05-14 16:59:05 -06:00
parent b26c30ab5f
commit 942a319e01
3 changed files with 739 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ def main():
str(ROOT / "tests" / "firmware_bot" / "test_firmware_bot.cpp"),
str(SRC_DIR / "FirmwareBot.cpp"),
str(SRC_DIR / "BotPolicy.cpp"),
str(SRC_DIR / "BotCommands.cpp"),
"-o",
str(binary),
]