mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-27 12:43:08 +00:00
Some changes during testing
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#include "root/reset_html.h"
|
||||
#include "root/temperature_head_html.h"
|
||||
#include "root/temperature_row_html.h"
|
||||
#include "root/temperature_none_html.h"
|
||||
#include "root/temperature_foot_html.h"
|
||||
|
||||
#include "base64.h"
|
||||
@@ -151,6 +152,10 @@ void AmsWebServer::temperature() {
|
||||
html += row;
|
||||
}
|
||||
|
||||
if(c == 0) {
|
||||
html += String((const __FlashStringHelper*) TEMPERATURE_NONE_HTML);
|
||||
}
|
||||
|
||||
if(start > 0 || end < c) {
|
||||
html += "<div class=\"row\"><div class=\"col-6\">";
|
||||
if(start > 0) {
|
||||
|
||||
Reference in New Issue
Block a user