modified to also read channel B
This commit is contained in:
@@ -25,6 +25,3 @@ struct PSRAMAllocator {
|
||||
heap_caps_free(p);
|
||||
}
|
||||
};
|
||||
|
||||
template <typename T>
|
||||
using PSRAMVector = std::vector<T, PSRAMAllocator<T>>;
|
||||
|
||||
Reference in New Issue
Block a user