Update telem.c changed BUS to BAT2

release-2
Alan Johnston 1 year ago committed by GitHub
parent 1999010c70
commit 5ad71d87f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -79,7 +79,7 @@ int main(int argc, char *argv[]) {
printf("-Y | % 4.2f V % 5.0f mA \n", voltage[map[MINUS_Y]], current[map[MINUS_Y]]);
printf("-Z | % 4.2f V % 5.0f mA \n", voltage[map[MINUS_Z]], current[map[MINUS_Z]]);
printf("Bat | % 4.2f V % 5.0f mA \n", voltage[map[BAT]], current[map[BAT]]);
printf("Bat2 | % 4.2f V % 5.0f mA \n\n", voltage[map[BUS]], current[map[BUS]]);
printf("Bat2 | % 4.2f V % 5.0f mA \n\n", voltage[map[BAT2]], current[map[BAT2]]);
fclose(file1);
return 0;

Loading…
Cancel
Save

Powered by TurnKey Linux.