mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-12 01:29:29 +00:00
Changed freqman file loading to be a bit less stupid
Capped freqman file entries to 50 due to RAM overflow (?)
This commit is contained in:
@@ -54,7 +54,7 @@ protected:
|
||||
std::vector<std::string> file_list { };
|
||||
int32_t current_category_id { 0 };
|
||||
|
||||
bool populate_categories();
|
||||
void populate_categories();
|
||||
void change_category(int32_t category_id);
|
||||
void refresh_list();
|
||||
|
||||
@@ -95,6 +95,7 @@ private:
|
||||
|
||||
void on_save_name();
|
||||
void on_save_timestamp();
|
||||
void save_current_file();
|
||||
|
||||
BigFrequency big_display {
|
||||
{ 4, 2 * 16, 28 * 8, 32 },
|
||||
|
||||
Reference in New Issue
Block a user