Thanks for the input! Unfortunately, I don't think this did anything.
I now have void loop() like this:
digitalWrite(ledPin, HIGH);
delay(1000);
digitalWrite(ledPin, LOW);
delay(1000);
digitalWrite(ledPin, HIGH);
String reception = "";
// Serial.println("Booted up and waiting...