Skip to content

Commit

Permalink
Version 02_08_03
Browse files Browse the repository at this point in the history
  • Loading branch information
boblemaire committed Sep 19, 2023
1 parent 01854fa commit a70f973
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_08_02"
#define IOTAWATT_VERSION "02_08_03"
#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 @@ -122,6 +122,7 @@
* 10/04/22 02_08_00 Core 3.0.2, Robust no Voltage, rework sample cycle and power, misc fixes
* 12/18/22 02_08_01 Regress to core 2.4.0. Fix PVoutput rate-limit resume.
* 01/25/23 02_08_02 Fix mDNS when AP changes
* 09/19/23 02_08_03 Default config and Tables change
*
*****************************************************************************************************/

Expand Down

0 comments on commit a70f973

Please sign in to comment.