Update main.c c2cstatus checking

beta-ft2
Alan Johnston 1 year ago committed by GitHub
parent 3325ab89af
commit 67596c6914
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -67,7 +67,7 @@ int main(int argc, char * argv[]) {
}
else {
fprintf(stderr,"Pi Zero detected\n");
if (c2cStatus == 0) || (c2cStatus == 1) {
if ((c2cStatus == 0) || (c2cStatus == 1)) {
pi_zero_2_offset = 500;
}
if (uptime_sec < 30.0) {

Loading…
Cancel
Save

Powered by TurnKey Linux.