mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-12 03:04:27 +05:00
fix: change type for mqtt port in settings
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user