mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-10 08:39:29 +00:00
Correct estimated capture time in C8 format (#1330)
* Correct capture time remaining for C8 format * Removed unsupported RawS32 type * Clang
This commit is contained in:
@@ -42,8 +42,7 @@ class RecordView : public View {
|
||||
enum FileType {
|
||||
RawS8 = 1,
|
||||
RawS16 = 2,
|
||||
RawS32 = 3,
|
||||
WAV = 4,
|
||||
WAV = 3,
|
||||
};
|
||||
|
||||
RecordView(
|
||||
|
||||
Reference in New Issue
Block a user