Skip to content

Commit

Permalink
Bump version to 02_05_06
Browse files Browse the repository at this point in the history
  • Loading branch information
boblemaire committed Mar 27, 2020
1 parent 5d110f2 commit 40525b9
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_05_05"
#define IOTAWATT_VERSION "02_05_06"
#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 @@ -99,6 +99,7 @@
* Fix and improve authorization, instantiate WiFiManager in local scope.
* 02/12/20 02_05_04 Update to core 2.6.3, Fix URL handling influx, fix heap requirement issues during config start and update.
* 02/27/20 02_05_05 Fix problem creating datalogs
* 03/27/20 02_05_06 Use legacy mDNS, combine influxDBmeasurements
*
*****************************************************************************************************/

Expand Down

0 comments on commit 40525b9

Please sign in to comment.