Skip to content

Commit

Permalink
Bump version to 02_02_30
Browse files Browse the repository at this point in the history
Needed to force update to table files
  • Loading branch information
boblemaire committed Feb 9, 2018
1 parent 7fb2249 commit 3f83b26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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_29"
#define IOTAWATT_VERSION "02_02_30"

#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
1 change: 1 addition & 0 deletions Firmware/IotaWatt/IotaWatt.ino
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
* 12/05/17 02_02_27 Emoncms context from Emoncms, Rework config app
* 01/14/18 02_02_28 Add derived three-phase support
* 01/23/18 02_02_29 Improved phase correction plus misc. fixes
* 02/08/18 02_02_30 Bump version to release with tables.txt filename fixed
*
*****************************************************************************************************/

Expand Down

0 comments on commit 3f83b26

Please sign in to comment.