mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-30 10:09:25 -04:00
Added more SSTV modes
A bit more work done on Replay (still not enabled)
This commit is contained in:
parent
6a0bcb9cca
commit
685e4c6e4b
19 changed files with 288 additions and 172 deletions
|
@ -40,7 +40,7 @@ StreamOutput::StreamOutput(ReplayConfig* const config) :
|
|||
}
|
||||
}
|
||||
|
||||
size_t StreamOutput::write(const void* const data, const size_t length) {
|
||||
size_t StreamOutput::read(const void* const data, const size_t length) {
|
||||
const uint8_t* p = static_cast<const uint8_t*>(data);
|
||||
size_t written = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue