Skip to content

Commit

Permalink
Bump version to 02_02_27
Browse files Browse the repository at this point in the history
  • Loading branch information
boblemaire committed Dec 6, 2017
1 parent ad1106b commit 5b4f83d
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 @@ -19,7 +19,7 @@
along with this program. If not, see <https://www.gnu.org/licenses/>.
***********************************************************************************/
#define IOTAWATT_VERSION "02_02_26"
#define IOTAWATT_VERSION "02_02_27"

#define PRINT(txt,val) Serial.print(txt); Serial.print(val); // Quick debug aids
#define PRINTL(txt,val) Serial.print(txt); Serial.println(val);
Expand Down
3 changes: 2 additions & 1 deletion Firmware/IotaWatt/IotaWatt.ino
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
* 10/28/17 02_02_23 Fix several problems encountered using new arduino core
* 11/03/17 02_02_24 Improve error handling Emoncms, change API to use I/O channel names
* 11/08/17 02_02_25 Rework data log into current and history logs
* 11/11/17 02_02_26 Fix bug in searchKey, improve searchKey, throttle back historyLog Service
* 11/11/17 02_02_26 Fix bug in searchKey, improve searchKey, throttle back historyLog Service
* 12/05/17 02_02_27 Emoncms context from Emoncms, Rework config app
*
*****************************************************************************************************/

Expand Down

0 comments on commit 5b4f83d

Please sign in to comment.