use simulated telem mode if bus 3 isn't present.

pull/216/head
alanbjohnston 3 years ago committed by GitHub
parent b8ff403bbb
commit 0468069065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -100,15 +100,19 @@ void setup() {
// configure STEM Payload sensors
start_payload(); // above code not working, so forcing it
read_reset_count();
read_reset_count();
/*
sim_mode = FALSE;
if (sim_mode)
config_simulated_telem();
else
; // configure ina219s
start_ina219();
*/
start_ina219();
if (i2c_bus3 == false) {
configure_simulated_telem();
config_telem();

Loading…
Cancel
Save

Powered by TurnKey Linux.