code cleanups (removed unused vars) and futher prepare for ota

This commit is contained in:
2019-11-10 16:14:46 +01:00
parent 4b571786ef
commit 7bb74a43b9
4 changed files with 20 additions and 13 deletions

View File

@@ -2,11 +2,6 @@
* Libraries and global scope code
*/
unsigned long lastMillis = 0;
String devname; // Device identifier for MQTT
char nodename[80] = "UNDEF";
struct Settings {
String name = "";
String ip = "";