Move command registry from components/command/ into components/core/. New modules: mod_canbus, mod_honeypot, mod_fallback, mod_redteam, mod_ota. Replace mod_proxy with tun_core (multiplexed SOCKS5 tunnel). Kconfig extended with per-module settings and async worker config.
6 lines
187 B
CMake
6 lines
187 B
CMake
idf_component_register(
|
|
SRCS cmd_redteam.c rt_config.c rt_hunt.c rt_stealth.c rt_captive.c rt_mesh.c
|
|
INCLUDE_DIRS .
|
|
REQUIRES core nvs_flash lwip esp_wifi freertos esp_timer
|
|
)
|