fix: change type for mqtt port in settings

This commit is contained in:
Yurii
2023-12-18 08:05:13 +03:00
parent 2b5d66173e
commit e4e349ba15
2 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ struct Settings {
struct {
char server[80];
unsigned int port = 1883;
unsigned short port = 1883;
char user[32];
char password[32];
char prefix[80] = "opentherm";