forge: step 6 — add emergency forwarding

This commit is contained in:
cj-vana
2026-05-14 17:34:57 -06:00
parent 942a319e01
commit e78dcbbce8
3 changed files with 485 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ def main():
str(SRC_DIR / "FirmwareBot.cpp"),
str(SRC_DIR / "BotPolicy.cpp"),
str(SRC_DIR / "BotCommands.cpp"),
str(SRC_DIR / "EmergencyForwarder.cpp"),
"-o",
str(binary),
]