1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-08 12:53:45 +01:00

[json] Fix missing defines.h include causing PSRAM allocator to be unused (#11008)

This commit is contained in:
J. Nick Koston
2025-10-03 23:52:40 -05:00
committed by GitHub
parent 0137954f2b
commit 2eea674c04

View File

@@ -2,6 +2,7 @@
#include <vector>
#include "esphome/core/defines.h"
#include "esphome/core/helpers.h"
#define ARDUINOJSON_ENABLE_STD_STRING 1 // NOLINT