Switch wifi off after info display

pull/231/head
Sean M. Collins 2023-05-24 20:55:47 +01:00
parent 459cc2a18f
commit a719bfa116
1 changed files with 1 additions and 0 deletions

View File

@ -354,6 +354,7 @@ void Watchy::showAbout() {
display.println(WiFi.SSID());
display.println("IP address: ");
display.println(WiFi.localIP());
WiFi.mode(WIFI_OFF);
}
display.display(false); // full refresh