Merge pull request #24 from ddd-mtl/patch-1

Fix typo in Network.cpp
This commit is contained in:
David Zovko 2020-08-28 08:55:00 +02:00 committed by GitHub
commit bd9d1e838d
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)
;