Closed RadWolfie closed 9 months ago
Nit: the format commit should probably have been submitted in a separate PR, since it's not part of the video output option being added here
Nit: the format commit should probably have been submitted in a separate PR, since it's not part of the video output option being added here
Yes, it could had been in a separate pull request. Although, it is only one file, main.c, had to be fixed for format in order to accept new changes from this pull request without conflict.
I got annoyed by no space in statements. So I made the fix format commit first.
Since open log file and read config file needs to be done first. Any print calls to screen are require to be disable first until read from config file. Then make the output video default to true if
disable-video
key was not given or set to respective value.I'm currently mark this pull request as draft to verify team's approval to move forward with. Otherwise, I could make video output to always false which will require contributors/testers to use config file.In
config.txt
file:disable-video=<boolean, 1 or 0 number only>