From e5a60466606d9edd651d0c6891a5be0266667c51 Mon Sep 17 00:00:00 2001 From: AvSquirrel Date: Wed, 8 Jun 2016 00:20:10 +0000 Subject: [PATCH] Set logfiles for non-FlightBox installations --- main/gen_gdl90.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main/gen_gdl90.go b/main/gen_gdl90.go index 6a65665c..cd40f636 100644 --- a/main/gen_gdl90.go +++ b/main/gen_gdl90.go @@ -1204,6 +1204,9 @@ func main() { globalStatus.HardwareBuild = "FlightBox" debugLogf = debugLog_FB dataLogFilef = dataLogFile_FB + } else { // if not using the FlightBox config, use "normal" log file locations + debugLogf = debugLog + dataLogFilef = dataLogFile } // replayESFilename := flag.String("eslog", "none", "ES Log filename")