Update Network.cpp

typo fix
This commit is contained in:
damien 2020-08-27 19:59:09 -04:00 committed by GitHub
parent a1578bed16
commit bf3f598440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ bool Network::getData(double *data)
display.clearDisplay();
display.setCursor(50, 230);
display.setTextSize(2);
display.println(F("Your entered coin does not exsist!"));
display.println(F("Your entered coin does not exist!"));
display.display();
while (1)
;