mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-05-06 22:15:52 +00:00
replace unordered_map with map, less heap
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include "emsdevicevalue.h"
|
||||
|
||||
#include <esp32-psram.h>
|
||||
#include <unordered_map>
|
||||
#include <map>
|
||||
|
||||
namespace emsesp {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user