mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-07-04 08:51:55 +02:00
code cleaning
This commit is contained in:
+2
-2
@@ -81,10 +81,10 @@ namespace Utils {
|
||||
|
||||
void setupDisplay() {
|
||||
setup_display();
|
||||
digitalWrite(greenLed,HIGH);
|
||||
digitalWrite(internalLedPin,HIGH);
|
||||
Serial.println("\nStarting iGate: " + Config.callsign + " Version: " + versionDate);
|
||||
show_display(" LoRa APRS", "", " ( iGATE )", "", "", "Richonguzman / CA2RXU", " " + versionDate, 4000);
|
||||
digitalWrite(greenLed,LOW);
|
||||
digitalWrite(internalLedPin,LOW);
|
||||
firstLine = Config.callsign;
|
||||
seventhLine = " listening...";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user