mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 11:22:24 +01:00
[helpers] Set default flags of ExternalRAMAllocator to ALLOW_FAILURE (#7201)
This commit is contained in:
@@ -680,7 +680,7 @@ template<class T> class ExternalRAMAllocator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Flags flags_{Flags::NONE};
|
Flags flags_{Flags::ALLOW_FAILURE};
|
||||||
};
|
};
|
||||||
|
|
||||||
/// @}
|
/// @}
|
||||||
|
Reference in New Issue
Block a user