Skip to content

Commit 4f14602

Browse files
committed
Version 02_08_01
Interim version with core 2.4.0 to mitigate SD card issues
1 parent b39918c commit 4f14602

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Firmware/IotaWatt/IotaWatt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
You should have received a copy of the GNU General Public License
1919
along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
***********************************************************************************/
21-
#define IOTAWATT_VERSION "02_08_00"
21+
#define IOTAWATT_VERSION "02_08_01"
2222
#define DEVICE_NAME "IotaWatt"
2323

2424
#define PRINT(txt,val) Serial.print(txt); Serial.print(val); // Quick debug aids

Firmware/IotaWatt/common.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
* 11/14/21 02_07_04 Fix several issues with influxDB2. Modify integrations Docs.
121121
* 12/16/21 02_07_05 Fix several problems with Scripts
122122
* 10/04/22 02_08_00 Core 3.0.2, Robust no Voltage, rework sample cycle and power, misc fixes
123+
* 12/18/22 02_08_01 Regress to core 2.4.0. Fix PVoutput rate-limit resume.
123124
*
124125
*****************************************************************************************************/
125126

0 commit comments

Comments
 (0)