Comment out conditional for payload simulation

master-fsk-cw
Alan Johnston 2 weeks ago committed by GitHub
parent 7d161e8eed
commit 088af3e2c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -856,7 +856,7 @@ int main(int argc, char * argv[]) {
newGpsTime = millis();
}
# if (sim_mode && (failureMode != FAIL_PAYLOAD) && !payload) {
// if (sim_mode && (failureMode != FAIL_PAYLOAD) && !payload) {
if (sim_mode && (failureMode != FAIL_PAYLOAD)) {
char str_tmp[10];
printf("Generating simulated payload telemetry\n");

Loading…
Cancel
Save

Powered by TurnKey Linux.