only: sad: F7 flash drama affects even HW CI :(

This commit is contained in:
rusefillc 2023-07-24 02:07:29 -04:00
parent 7235fa937e
commit 63cef9fb0d
1 changed files with 5 additions and 0 deletions

View File

@ -630,6 +630,11 @@ static void setDefaultEngineConfiguration() {
#include "default_script.lua"
}
#if defined(STM32F7) && defined(HARDWARE_CI)
// part of F7 drama looks like we are having a hard time erasing configuration on HW CI :(
#define IGNORE_FLASH_CONFIGURATION true
#endif
// by default, do not ignore config from flash! use it!
#ifndef IGNORE_FLASH_CONFIGURATION
#define IGNORE_FLASH_CONFIGURATION false