Skip to content

Commit

Permalink
Fix missing rename
Browse files Browse the repository at this point in the history
  • Loading branch information
hhvrc committed May 28, 2024
1 parent ea2a35e commit fbc59f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HubToLocalMessage.fbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include "./Types/WifiScanStatus.fbs";
include "./Types/WifiNetwork.fbs";
include "./Types/WifiNetworkEventType.fbs";
include "./ConfigFile.fbs";
include "./HubConfig.fbs";

attribute "fs_serializer";

Expand All @@ -12,7 +12,7 @@ table ReadyMessage {
connected_wifi:Types.WifiNetwork;
account_linked:bool;

config:Configuration.Config;
config:Configuration.HubConfig;
}

table ErrorMessage {
Expand Down

0 comments on commit fbc59f1

Please sign in to comment.