From 6911611f3845e6e1e34c68375637df665eb5d822 Mon Sep 17 00:00:00 2001 From: EricClaeys <83164203+EricClaeys@users.noreply.github.com> Date: Tue, 5 Oct 2021 23:32:48 -0500 Subject: [PATCH 1/4] Add newest contributor --- src/capture.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/capture.cpp b/src/capture.cpp index a7a23ca4d..ac395faba 100644 --- a/src/capture.cpp +++ b/src/capture.cpp @@ -962,6 +962,7 @@ const char *locale = DEFAULT_LOCALE; printf("-Robert Wagner\n"); printf("-Michael J. Kidd - \n"); printf("-Chris Kuethe\n\n"); + printf("-Eric Claeys\n\n"); // The newer "allsky.sh" puts quotes around arguments so we can have spaces in them. // If you are running the old allsky.sh, set this to false: From 99ae80486c6f65e58ffc288feca22070251feb03 Mon Sep 17 00:00:00 2001 From: EricClaeys <83164203+EricClaeys@users.noreply.github.com> Date: Tue, 5 Oct 2021 23:33:52 -0500 Subject: [PATCH 2/4] Update capture_RPiHQ.cpp --- src/capture_RPiHQ.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/capture_RPiHQ.cpp b/src/capture_RPiHQ.cpp index cc0883256..7ca62c517 100644 --- a/src/capture_RPiHQ.cpp +++ b/src/capture_RPiHQ.cpp @@ -698,7 +698,8 @@ int main(int argc, char *argv[]) printf("-Yang and Sam from ZWO\n"); printf("-Robert Wagner\n"); printf("-Michael J. Kidd - \n"); - printf("-Rob Musquetier\n\n"); + printf("-Rob Musquetier\n\n"); + printf("-Eric Claeys\n\n"); // The newer "allsky.sh" puts quotes around arguments so we can have spaces in them. // If you are running the old allsky.sh, set this to false: From 5c90a5d3c0fefbeb1d403828c8ed29688b6a3afb Mon Sep 17 00:00:00 2001 From: EricClaeys <83164203+EricClaeys@users.noreply.github.com> Date: Wed, 6 Oct 2021 00:26:53 -0500 Subject: [PATCH 3/4] remove unneeded newline --- src/capture.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/capture.cpp b/src/capture.cpp index ac395faba..f8e9b6cd5 100644 --- a/src/capture.cpp +++ b/src/capture.cpp @@ -961,8 +961,9 @@ const char *locale = DEFAULT_LOCALE; printf("-Yang and Sam from ZWO\n"); printf("-Robert Wagner\n"); printf("-Michael J. Kidd - \n"); - printf("-Chris Kuethe\n\n"); - printf("-Eric Claeys\n\n"); + printf("-Chris Kuethe\n"); + printf("-Eric Claeys\n"); + printf("\n"); // The newer "allsky.sh" puts quotes around arguments so we can have spaces in them. // If you are running the old allsky.sh, set this to false: From 125d0cf72189ea408e5b0262918f28e302528e70 Mon Sep 17 00:00:00 2001 From: EricClaeys <83164203+EricClaeys@users.noreply.github.com> Date: Wed, 6 Oct 2021 00:28:00 -0500 Subject: [PATCH 4/4] remove unneeded newline --- src/capture_RPiHQ.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/capture_RPiHQ.cpp b/src/capture_RPiHQ.cpp index 7ca62c517..04d25965b 100644 --- a/src/capture_RPiHQ.cpp +++ b/src/capture_RPiHQ.cpp @@ -698,8 +698,9 @@ int main(int argc, char *argv[]) printf("-Yang and Sam from ZWO\n"); printf("-Robert Wagner\n"); printf("-Michael J. Kidd - \n"); - printf("-Rob Musquetier\n\n"); - printf("-Eric Claeys\n\n"); + printf("-Rob Musquetier\n"); + printf("-Eric Claeys\n"); + printf("\n"); // The newer "allsky.sh" puts quotes around arguments so we can have spaces in them. // If you are running the old allsky.sh, set this to false: