Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/OpenAudio_ArduinoLibrary/commit/e2d4f5a45a4c7eb39e818da69f1c4df9dde60a14?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Add debug file size print

pull/16/merge
Bob Larkin 2 years 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