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:
parent
e6b1780a31
commit
b0d9800817
@ -680,7 +680,7 @@ template<class T> class ExternalRAMAllocator {
|
||||
}
|
||||
|
||||
private:
|
||||
Flags flags_{Flags::NONE};
|
||||
Flags flags_{Flags::ALLOW_FAILURE};
|
||||
};
|
||||
|
||||
/// @}
|
||||
|
Loading…
x
Reference in New Issue
Block a user