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")