feat: use websocket for feishu inbound

Signed-off-by: Asklv <boironic@gmail.com>
This commit is contained in:
Asklv
2026-03-04 19:16:00 +08:00
parent a9fd606672
commit 040f5bed0f
3 changed files with 478 additions and 143 deletions

View File

@@ -26,5 +26,5 @@ idf_component_register(
REQUIRES
nvs_flash esp_wifi esp_netif esp_http_client esp_http_server
esp_https_ota esp_event json spiffs console vfs app_update esp-tls
esp_timer
esp_timer esp_websocket_client
)