Update cubesatsim.ino

pull/153/head
alanbjohnston 4 years ago committed by GitHub
parent d3963bef38
commit b6d15f269b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -390,7 +390,7 @@ void generate_simulated_telem() {
// end of simulated telemetry
}
void config_simulated_telemetry()
void config_simulated_telem()
{
sim_mode = TRUE;
@ -497,8 +497,8 @@ void get_tlm_fox() {
sleep(0.1); // 25); // 0.5); // 25);
// sleep((unsigned int)sleepTime);
/**/
Serial.print("Sleep period: ");
Serial.println(millis() - startSleep);
// Serial.print("Sleep period: ");
// Serial.println(millis() - startSleep);
// fflush(stdout);
sampleTime = (unsigned int) millis();

Loading…
Cancel
Save

Powered by TurnKey Linux.