From a151e60755250bd31c662049b2856f2e1c5dc615 Mon Sep 17 00:00:00 2001 From: ESPEasy release bot Date: Sat, 14 Apr 2018 04:00:08 +0200 Subject: [PATCH] automaticly updated release notes for mega-20180414 --- dist/Release_notes.txt | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/dist/Release_notes.txt b/dist/Release_notes.txt index 2b660dcf3c..559f90b7f7 100644 --- a/dist/Release_notes.txt +++ b/dist/Release_notes.txt @@ -1,3 +1,44 @@ +------------------------------------------------- +Changes in release mega-20180414 (since mega-20180413) +------------------------------------------------- + +Release date: Sat Apr 14 04:00:08 CEST 2018 + +GHolli (3): + Update _P049_MHZ19.ino + Change comma to semicolon + Downstream updates (#1) + +Gerald (1): + Update _P049_MHZ19.ino + +Grovkillen (4): + Added RSSI, BSSID, Channel to WifiScan/Setup + Removed the serial print "done." + Added better(?) format for tables + Fixed main page! + +Holli (2): + It seems the offsets [3]..[4] for the detection range setting (command byte 0x99) are wrong in the latest online data sheet: http://www.winsen-sensor.com/d/files/infrared-gas-sensor/mh-z19b-co2-ver1_0.pdf According to the MH-Z19B data sheet version 1.2, valid from: 2017.03.22 (received 2018-03-07), the offset should be [6]..[7] instead. Fixing the implementation accordingly. + Disable detection range commands by default. + +Plebs (5): + Fixes for #1208 and partial #1196 + modified float() call + new #formats + added more formats + Added #I + +TD-er (1): + [issue #1239] %bssid% and %wi_ch% added as variables + +clumsy-stefan (1): + _P015_TSL2561 added Broadband and IR Values + +linuxnico (1): + add ds1822 definition to ds_read_temp function + + ------------------------------------------------- Changes in release mega-20180413 (since mega-20180412) -------------------------------------------------