mirror of
https://github.com/esphome/esphome.git
synced 2025-09-12 08:12:22 +01:00
[online_image] Use RAMAllocator (#8114)
This commit is contained in:
@@ -100,7 +100,7 @@ class DownloadBuffer {
|
||||
void reset() { this->unread_ = 0; }
|
||||
|
||||
protected:
|
||||
ExternalRAMAllocator<uint8_t> allocator_;
|
||||
RAMAllocator<uint8_t> allocator_{};
|
||||
uint8_t *buffer_;
|
||||
size_t size_;
|
||||
/** Total number of downloaded bytes not yet read. */
|
||||
|
Reference in New Issue
Block a user