mirror of
https://github.com/Laxilef/OTGateway.git
synced 2026-05-19 15:58:15 +05:00
fix types
This commit is contained in:
+1
-1
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user