mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-13 23:27:40 +00:00
Added more SSTV modes
A bit more work done on Replay (still not enabled)
This commit is contained in:
@@ -319,6 +319,7 @@ public:
|
||||
Result<Size> write(const void* const data, const Size bytes_to_write);
|
||||
|
||||
Result<Offset> seek(const uint64_t Offset);
|
||||
Size size();
|
||||
|
||||
template<size_t N>
|
||||
Result<Size> write(const std::array<uint8_t, N>& data) {
|
||||
|
Reference in New Issue
Block a user