checking if file is complete temporarily not active in farm mode
This commit is contained in:
parent
7ad6fb526c
commit
2c3c6c54f3
1 changed files with 1 additions and 0 deletions
|
@ -7097,6 +7097,7 @@ static void menu_action_function(menuFunc_t data) {
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool check_file(const char* filename) {
|
static bool check_file(const char* filename) {
|
||||||
|
if (farm_mode) return true;
|
||||||
bool result = false;
|
bool result = false;
|
||||||
uint32_t filesize;
|
uint32_t filesize;
|
||||||
card.openFile((char*)filename, true);
|
card.openFile((char*)filename, true);
|
||||||
|
|
Loading…
Reference in a new issue