1
0
mirror of https://github.com/esphome/esphome.git synced 2025-01-18 20:10:55 +00:00

[helpers] Set default flags of ExternalRAMAllocator to ALLOW_FAILURE (#7201)

This commit is contained in:
Jesse Hills 2024-08-06 22:02:08 +12:00 committed by GitHub
parent e6b1780a31
commit b0d9800817
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -680,7 +680,7 @@ template<class T> class ExternalRAMAllocator {
}
private:
Flags flags_{Flags::NONE};
Flags flags_{Flags::ALLOW_FAILURE};
};
/// @}