moved temp to tlm[4][A]

pull/101/head
alanbjohnston 5 years ago committed by GitHub
parent 1637aadb0b
commit 30818cfc87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -907,7 +907,7 @@ void get_tlm(void) {
tlm[3][B] = (int)(voltage[map[BUS]] * 10.0) % 100; // 5V supply to Pi
tlm[4][B] = (int)((95.8 - cpuTemp) / 1.48 + 0.5) % 100;
tlm[4][A] = (int)((95.8 - cpuTemp) / 1.48 + 0.5) % 100; // was [B] but didn't display in online TLM spreadsheet
tlm[6][B] = 0;
tlm[6][D] = 49 + rand() % 3;

Loading…
Cancel
Save

Powered by TurnKey Linux.