mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2026-09-11 19:55:14 +02:00
Fix typo
This commit is contained in:
@@ -428,7 +428,7 @@ private:
|
|||||||
|
|
||||||
// Wifi state
|
// Wifi state
|
||||||
getdisplay().setCursor(x0, y1 + 0 * dy);
|
getdisplay().setCursor(x0, y1 + 0 * dy);
|
||||||
getdisplay().print("Wifi:");
|
getdisplay().print("WiFi:");
|
||||||
|
|
||||||
getdisplay().setCursor(x0, y1 + 1 * dy);
|
getdisplay().setCursor(x0, y1 + 1 * dy);
|
||||||
getdisplay().print("Access point:");
|
getdisplay().print("Access point:");
|
||||||
|
|||||||
Reference in New Issue
Block a user