Tools: fix DataFlashSITL autotest

Co-Authored-By: Peter Barker <7077857+peterbarker@users.noreply.github.com>
This commit is contained in:
Shiv Tyagi 2021-12-23 15:32:28 +05:30 committed by Peter Barker
parent fa6adc0beb
commit 442e783214
1 changed files with 1 additions and 0 deletions

View File

@ -7846,6 +7846,7 @@ Also, ignores heartbeats not from our target system'''
try:
self.set_parameter("LOG_BACKEND_TYPE", 4)
self.set_parameter("LOG_FILE_DSRMROT", 1)
self.set_parameter("LOG_BLK_RATEMAX", 1)
self.reboot_sitl()
# First log created here, but we are in chip erase so ignored
mavproxy.send("module load log\n")