mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 06:58:11 +01:00
[helpers] Set default flags of ExternalRAMAllocator to ALLOW_FAILURE (#7201)
This commit is contained in:
parent
e6b1780a31
commit
b0d9800817
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@ template<class T> class ExternalRAMAllocator {
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Flags flags_{Flags::NONE};
|
Flags flags_{Flags::ALLOW_FAILURE};
|
||||||
};
|
};
|
||||||
|
|
||||||
/// @}
|
/// @}
|
||||||
|
|
Loading…
Reference in a new issue