mirror of
https://github.com/richonguzman/LoRa_APRS_iGate.git
synced 2026-04-06 15:05:57 +00:00
code cleaning
This commit is contained in:
parent
3f15e8ab88
commit
48965d5985
19 changed files with 451 additions and 440 deletions
|
|
@ -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...";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue