diff options
-rw-r--r-- | HouseControl.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HouseControl.ino b/HouseControl.ino index 2d66d36..efc5f45 100644 --- a/HouseControl.ino +++ b/HouseControl.ino @@ -48,7 +48,7 @@ struct st_config { unsigned int UTC_offset; byte notifyHost[4]; - unsigned int notifyPort; + unsigned int notifyPort; }; struct st_door { |