Skip to content

Commit

Permalink
Version 02_03_17
Browse files Browse the repository at this point in the history
  • Loading branch information
boblemaire committed Oct 23, 2018
1 parent 187523f commit 19534e2
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -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_03_16"
#define IOTAWATT_VERSION "02_03_17"

#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
3 changes: 2 additions & 1 deletion Firmware/IotaWatt/IotaWatt.ino
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
* 08/11/18 02_03_13 Back to 2.4.1 core, overhaul timeservice, fix zero voltage, add RSSI for WiFi
* 09/08/18 02_03_14 Add reverse and double to inputs, modify sampleCycle
* 09/12/18 02_03_15 Ready for MFG load, don't overwrite config, cleanup, deletelog=both, remove .ndx support, datalog fix, delete, dump
* 09/21/18 02_03_16 Add access to spiffs, maintain burden in spiffs, improve performance of iotalog and histlog service
* 09/21/18 02_03_16 Add access to spiffs, maintain burden in spiffs, improve performance of iotalog and histlog service
* 10/22/18 02_03_17 LLMNR responder, core 2.4.2, Age with new values, Add WDT to HTTP, Skip gaps posting Emon&influx, Check zeroDiv in script
*
*****************************************************************************************************/

Expand Down

0 comments on commit 19534e2

Please sign in to comment.