Free up some fw space (#2844)

This commit is contained in:
Totoo
2025-10-28 01:10:09 +01:00
committed by GitHub
parent bf18851b6b
commit b739dd883c
16 changed files with 132 additions and 109 deletions
+2 -2
View File
@@ -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) {