added version info
This commit is contained in:
parent
0bf22c9a04
commit
34e4b996d7
@ -3,6 +3,8 @@
|
||||
|
||||
#include "WifiManager.h"
|
||||
|
||||
#define VERSION "v1.0"
|
||||
|
||||
bool allow;
|
||||
bool error = false;
|
||||
|
||||
@ -133,6 +135,8 @@ void setup() {
|
||||
|
||||
Serial.begin(9600);
|
||||
Serial.println("\n\n\n\nstartup of ESP");
|
||||
Serial.print("Version: ");
|
||||
Serial.println(VERSION);
|
||||
|
||||
|
||||
//initial measurement of water state
|
||||
|
Loading…
x
Reference in New Issue
Block a user