fix types

This commit is contained in:
Yurii
2023-11-16 10:34:25 +03:00
parent 76eaec10ea
commit 4b9ebeaa40
3 changed files with 26 additions and 15 deletions

View File

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