refactoring: timings

This commit is contained in:
Yurii
2023-12-20 16:47:36 +03:00
parent e9bb3e46c8
commit 025a185bbf
4 changed files with 21 additions and 16 deletions

View File

@@ -21,7 +21,7 @@ struct Settings {
char user[32];
char password[32];
char prefix[80] = "opentherm";
unsigned int interval = 5000;
unsigned short interval = 5;
} mqtt;
struct {