Add debug file size print

pull/16/merge
Bob Larkin 1 year ago
parent c9553fb3bb
commit e2d4f5a45a
  1. 4
      examples/FT8Receive/FT8Receive.ino

@ -171,6 +171,10 @@ void setup(void) {
gain1.setGain(1.0);
update_synchronization();
Serial.println("FT8 Receive test");
#ifdef DEBUG1
Serial.print("Power array bytes = ");
Serial.println(ft8_msg_samples*HIGH_FREQ_INDEX*4);
#endif
if (timeStatus()!= timeSet)
Serial.println("Unable to sync with the RTC");
else

Loading…
Cancel
Save