Filename scroll (#3193)

This commit is contained in:
Pezsma
2026-05-30 08:24:20 +02:00
committed by GitHub
parent da21ea7866
commit 6e0394fb6b
4 changed files with 111 additions and 24 deletions
@@ -32,7 +32,7 @@ static const char* hackrf_magic = "HACKRFFW";
#define FIRST_CHECKSUM_NIGHTLY 240125
Thread* FlashUtilityView::thread{nullptr};
static constexpr size_t max_filename_length = 26;
static constexpr size_t max_filename_length = 60; // max length of filename
bool valid_firmware_file(std::filesystem::path::string_type path) {
File firmware_file;