It used to work fine, but for whatever reason this started happening. Can someone help?
It will sometimes print the same thing multiple times rather than just once. Sometimes it's missing letters.
here's the code:
void setup() {
Serial.begin(9600);
}
void loop() {
Serial.println("");
Serial.println("----------------------");
Serial.print("Mount Lake Resort Date: ");
}