mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-20 14:39:01 +00:00
Free up some fw space (#2844)
This commit is contained in:
@@ -175,7 +175,7 @@ void RecordView::start() {
|
||||
|
||||
text_record_filename.set("");
|
||||
text_record_dropped.set("");
|
||||
trim_path = {};
|
||||
trim_path = "";
|
||||
|
||||
if (sampling_rate == 0) {
|
||||
return;
|
||||
@@ -348,7 +348,7 @@ void RecordView::trim_capture() {
|
||||
trim_ui.clear();
|
||||
}
|
||||
|
||||
trim_path = {};
|
||||
trim_path = "";
|
||||
}
|
||||
|
||||
void RecordView::on_gps(const GPSPosDataMessage* msg) {
|
||||
|
||||
Reference in New Issue
Block a user