Skip to content

Commit

Permalink
Release 02_08_00
Browse files Browse the repository at this point in the history
  • Loading branch information
boblemaire committed Oct 5, 2022
1 parent 441240f commit c296029
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 @@ -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_07_05"
#define IOTAWATT_VERSION "02_08_00"
#define DEVICE_NAME "IotaWatt"

#define PRINT(txt,val) Serial.print(txt); Serial.print(val); // Quick debug aids
Expand Down
1 change: 1 addition & 0 deletions Firmware/IotaWatt/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
* 11/01/21 02_07_03 Release integrations
* 11/14/21 02_07_04 Fix several issues with influxDB2. Modify integrations Docs.
* 12/16/21 02_07_05 Fix several problems with Scripts
* 10/04/22 02_08_00 Core 3.0.2, Robust no Voltage, rework sample cycle and power, misc fixes
*
*****************************************************************************************************/

Expand Down

0 comments on commit c296029

Please sign in to comment.