Update to esp-ml307@3.1.1

This commit is contained in:
Terrence
2025-07-21 05:46:05 +08:00
parent a35a344f42
commit d1c047d060
10 changed files with 19 additions and 38 deletions

View File

@ -37,8 +37,8 @@ private:
std::string publish_topic_;
std::mutex channel_mutex_;
Mqtt* mqtt_ = nullptr;
Udp* udp_ = nullptr;
std::unique_ptr<Mqtt> mqtt_;
std::unique_ptr<Udp> udp_;
mbedtls_aes_context aes_ctx_;
std::string aes_nonce_;
std::string udp_server_;