replace unordered_map with map, less heap

This commit is contained in:
proddy
2026-01-22 16:40:05 +01:00
parent 038f06e59f
commit e0a26a38fa
7 changed files with 14 additions and 14 deletions

View File

@@ -24,7 +24,7 @@
#include <string>
#include <functional>
#include <deque>
#include <unordered_map>
#include <map>
#include <list>
#include <ArduinoJson.h>