Release 3.5

This commit is contained in:
Martijn Scheepers
2020-04-10 10:35:41 +02:00
parent 52aa7596f9
commit 39376e8b81
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
#include <EEPROM.h>
#define DEBUG_MSG
//#define DEBUG_MSG
Ticker sendTimer;
Ticker ledFlashTimer;
@@ -26,7 +26,7 @@ ESP8266HTTPUpdateServer httpUpdater;
ADC_MODE(ADC_VCC);
const char* softwareVersion = "3.4";
const char* softwareVersion = "3.5";
const char* compileDate = __DATE__;
const char* compileTime = __TIME__;