From bc0af81560942babb1e2c77f0dbf1abc4157c80b Mon Sep 17 00:00:00 2001 From: Chrome Legion Date: Sat, 16 Jun 2018 11:48:35 -0700 Subject: [PATCH] Qrome - updated some HTML and spelling --- printermonitor/printermonitor.ino | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/printermonitor/printermonitor.ino b/printermonitor/printermonitor.ino index 22412cd..9e5b8d8 100644 --- a/printermonitor/printermonitor.ino +++ b/printermonitor/printermonitor.ino @@ -121,9 +121,10 @@ String CHANGE_FORM = "
Display Weather when printer is off

" - "" + "" "" - "

" + "

" "

" "

Use Metric (Celsius)

" "
" @@ -669,7 +670,7 @@ void displayPrinterStatus() { if (DISPLAYWEATHER) { if (weatherClient.getCity(0) == "") { - html += "

Please Configure Weahter API

"; + html += "

Please Configure Weather API

"; if (weatherClient.getError() != "") { html += "

Weather Error: " + weatherClient.getError() + "

"; }