mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-15 01:45:46 -04:00
Added SD card wiper tool
Frequency manager now creates FREQMAN.TXT if not found Moved graphics files
This commit is contained in:
parent
a0469d709d
commit
3ec725c172
46 changed files with 157 additions and 51 deletions
|
@ -24,9 +24,12 @@
|
|||
|
||||
#include <cstdint>
|
||||
|
||||
#include "ff.h"
|
||||
#include "signal.hpp"
|
||||
|
||||
namespace sd_card {
|
||||
|
||||
extern FATFS fs;
|
||||
|
||||
enum class Status : int32_t {
|
||||
IOError = -3,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue