1
0
Fork 0
mirror of https://github.com/on4kjm/FLEcli.git synced 2025-01-31 14:51:04 +01:00

some more display tweeking

This commit is contained in:
Jean-Marc MEESSEN 2020-06-23 13:22:05 +02:00
parent 36dd84d369
commit 0638cfe9ff
3 changed files with 12 additions and 8 deletions

View file

@ -58,8 +58,14 @@ func SprintHeaderValues(logLine LogLine) (output string){
}
output = output + "\n"
output = output + "MyWWFF " + logLine.MyWWFF + "\n"
output = output + "MySOTA " + logLine.MySOTA + "\n"
if logLine.MyWWFF != "" {
output = output + "MyWWFF " + logLine.MyWWFF + "\n"
}
if logLine.MySOTA != "" {
output = output + "MySOTA " + logLine.MySOTA + "\n"
}
return output
}

View file

@ -280,7 +280,7 @@ func loadFile() {
}
if(len(errorLog) != 0){
fmt.Println("\nParsing errors:")
fmt.Println("\nProcessing errors:")
for _, errorLogLine := range errorLog {
fmt.Println(errorLogLine)
}

View file

@ -2,17 +2,15 @@
## Input protocol
* [ ] document input protocol
* [ ] document protocol as regexp
## Test framework
* [x] enable TDD
* [x] automate build and test
* [ ] Improve build processing (cross compile, directory)
* [ ] Perform the test of the complete app
* [ ] Improve build processing (cross compile, directory)
## Input processing
* [ ] infer RST
* [x] infer RST
* [ ] DATE keyword is now optional
* [ ] New MYGRID keyword
* [ ] Create the logic to take over from the previous line