minor correction to function name

This commit is contained in:
richonguzman 2023-06-20 21:05:54 -04:00
parent 8822966fa7
commit fc4366d80f
3 changed files with 3 additions and 3 deletions

View file

@ -66,7 +66,7 @@ String getLocalIP() {
return "IP : " + String(WiFi.localIP()[0]) + "." + String(WiFi.localIP()[1]) + "." + String(WiFi.localIP()[2]) + "." + String(WiFi.localIP()[3]);
}
void setupDiplay() {
void setupDisplay() {
setup_display();
digitalWrite(greenLed,HIGH);
Serial.println("\nStarting iGate: " + Config.callsign + " Version: " + versionDate);