Skip to content

Commit

Permalink
New release 02_03_01
Browse files Browse the repository at this point in the history
Add async HTTP
Add power-factor to datalog
  • Loading branch information
boblemaire committed Mar 3, 2018
1 parent a8af416 commit cf160b3
Show file tree
Hide file tree
Showing 2 changed files with 2 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_31"
#define IOTAWATT_VERSION "02_03_01"

#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
2 changes: 1 addition & 1 deletion Firmware/IotaWatt/IotaWatt.ino
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
* 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
* 03/01/18 02_02_31 AsyncHTTP
* 03/01/18 02_03_01 AsyncHTTP
*
*****************************************************************************************************/

Expand Down

0 comments on commit cf160b3

Please sign in to comment.