pull/18/head
alanbjohnston 7 years ago committed by GitHub
parent eb884ce0e6
commit 001eb01124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -143,7 +143,7 @@ struct SensorConfig config_sensor(int sensor, int milliAmps) {
struct SensorConfig sensor[8]; // 7 current sensors in Solar Power PCB plus one in MoPower UPS V2 struct SensorConfig sensor[8]; // 7 current sensors in Solar Power PCB plus one in MoPower UPS V2
struct SensorData reading[8]; // 7 current sensors in Solar Power PCB plus one in MoPower UPS V2 struct SensorData reading[8]; // 7 current sensors in Solar Power PCB plus one in MoPower UPS V2
/char src_addr[5] = ""; char src_addr[5] = "";
char dest_addr[5] = "CQ"; char dest_addr[5] = "CQ";
int main(int argc, char *argv[]) { int main(int argc, char *argv[]) {

Loading…
Cancel
Save

Powered by TurnKey Linux.