Update cubesatsim.ino

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

@ -73,7 +73,7 @@ void setup() {
Serial.println("\n\nCubeSatSim Pico v0.1 starting...\n\n");
sim_mode = TRUE; // FALSE;
sim_mode = FALSE;
if (sim_mode)
config_simulated_telem();
else
@ -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.