use deque for emsdevices

This commit is contained in:
MichaelDvP
2024-10-14 13:34:58 +02:00
parent b9a8bbd1a9
commit e44487b67f
2 changed files with 3 additions and 3 deletions

View File

@@ -220,7 +220,7 @@ class EMSESP {
static bool return_not_found(JsonObject output, const char * msg, const char * cmd);
static std::vector<std::unique_ptr<EMSdevice>> emsdevices;
static std::deque<std::unique_ptr<EMSdevice>> emsdevices;
// services
static Mqtt mqtt_;