Add connection triggers to api (#5628)

This commit is contained in:
Jesse Hills
2023-10-30 15:02:49 +13:00
parent 1e0daefa16
commit 0ea4de5f4c
5 changed files with 68 additions and 27 deletions
+2
View File
@@ -202,6 +202,8 @@ class APIConnection : public APIServerConnection {
std::unique_ptr<APIFrameHelper> helper_;
std::string client_info_;
std::string client_peername_;
std::string client_combined_info_;
uint32_t client_api_version_major_{0};
uint32_t client_api_version_minor_{0};
#ifdef USE_ESP32_CAMERA