replace new/delete with sp
This commit is contained in:
parent
e32731b60b
commit
ab5be0b773
71 changed files with 271 additions and 387 deletions
|
@ -66,7 +66,7 @@ private:
|
|||
Base *m_base;
|
||||
char m_id[32]{};
|
||||
const uint64_t m_timestamp;
|
||||
Httpd *m_httpd = nullptr;
|
||||
std::shared_ptr<Httpd> m_httpd;
|
||||
std::vector<IApiListener *> m_listeners;
|
||||
String m_workerId;
|
||||
uint8_t m_ticks = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue