Skip to content

Commit

Permalink
Merge pull request #235 from boblemaire/staged
Browse files Browse the repository at this point in the history
Version 02_05_01
  • Loading branch information
boblemaire authored Oct 12, 2019
2 parents 844228e + 09f1512 commit a9dea1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Firmware/IotaWatt/IotaWatt.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
***********************************************************************************/
#define IOTAWATT_VERSION "02_05_00"
#define IOTAWATT_VERSION "02_05_01"
#define DEVICE_NAME "IotaWatt"

#define PRINT(txt,val) Serial.print(txt); Serial.print(val); // Quick debug aids
Expand Down
3 changes: 2 additions & 1 deletion Firmware/IotaWatt/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
* 03/05/19 02_04_00 Frequency and current based phase correction
* 07/23/19 02_04_01 Maintenance. Ongoing heap battle, tables, etc.
* 08/13/19 02_04_02 Maintenance. PVoutput recovery, Save last config, safe mode on config problems
* 10/04/19 02_05_00 Changes to new query and new Graph+
* 10/04/19 02_05_00 Changes to new query and new Graph+
* 10/12/19 02_05_01 Graph+ add download, add datalog WTD, add Query progress check, increase Query limit to 100K
*
*****************************************************************************************************/

Expand Down

0 comments on commit a9dea1c

Please sign in to comment.