Continued folder names consolidation & GPS default folder (#2042)

* Continued folder names consolidation

* Clang
This commit is contained in:
Mark Thompson 2024-03-26 11:32:24 -05:00 committed by GitHub
parent d5c8525afc
commit 264fa9a28e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 25 additions and 13 deletions

View file

@ -449,7 +449,7 @@ BLETxView::BLETxView(
}
void BLETxView::on_file_changed(const fs::path& new_file_path) {
file_path = fs::path(u"/") + new_file_path;
file_path = new_file_path;
num_packets = 0;
{ // Get the size of the data file.