diff --git a/sonoff/_releasenotes.ino b/sonoff/_releasenotes.ino
index 21590a95d..714897f4d 100644
--- a/sonoff/_releasenotes.ino
+++ b/sonoff/_releasenotes.ino
@@ -12,6 +12,8 @@
* Add support for TSL2561 using adafruit library (#661, #1311)
* Add alternative support for SHT3x enabled with define USE_SHT3X_V2 in user_config.h (#1314)
* Add alternative support for SHT3x enabled with define USE_SHT3X_V3 in user_config.h (#1314)
+ * Fix BME680 pressure data (#1356)
+ * Minor webpage HTML optimizations (#1358)
*
* 5.10.0 20171201
* Upgrade library ArduinoJson to 5.11.2
diff --git a/sonoff/webserver.ino b/sonoff/webserver.ino
index ef17e724b..c7d688ebd 100644
--- a/sonoff/webserver.ino
+++ b/sonoff/webserver.ino
@@ -273,7 +273,7 @@ const char HTTP_FORM_CMND[] PROGMEM =
// "
"
"";
const char HTTP_TABLE100[] PROGMEM =
- "
"), + snprintf_P(line, sizeof(line), PSTR(" | "), 100 / devices_present, idx, (devices_present < 5) ? D_BUTTON_TOGGLE : "", (devices_present > 1) ? stemp : ""); page += line; } @@ -474,8 +474,7 @@ void HandleRoot() } for (byte j = 0; j < 4; j++) { idx++; - snprintf_P(line, sizeof(line), PSTR(" | "), - idx, idx); + snprintf_P(line, sizeof(line), PSTR(" | "), idx, idx); page += line; } } @@ -526,7 +525,7 @@ void HandleAjaxStatusRefresh() for (byte idx = 1; idx <= devices_present; idx++) { snprintf_P(svalue, sizeof(svalue), PSTR("%d"), bitRead(power, idx -1)); // snprintf_P(line, sizeof(line), PSTR(" | %s | "),
- snprintf_P(line, sizeof(line), PSTR("%s | "), // {t} = %'>||
");
+ func += F("
|
---|