Skip to content

Commit

Permalink
Remove DNSConfig
Browse files Browse the repository at this point in the history
This is safe as it was never taken into use in production
  • Loading branch information
hhvrc committed Sep 2, 2024
1 parent 3cc0a2b commit 1dfea17
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions HubConfig.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -100,20 +100,6 @@ table OtaUpdateConfig {
update_step:OtaUpdateStep;
}

table DnsConfig {
/// Whether to use DHCP to automatically configure the network
use_dhcp:bool;

/// The primary DNS server (overridden by DHCP if auto is true)
primary:string;

/// The secondary DNS server (overridden by DHCP if auto is true)
secondary:string;

/// The fallback DNS server (used if the primary and secondary DNS servers fail both in auto and manual mode)
fallback:string;
}

table HubConfig {
/// RF Transmitter configuration
rf:RFConfig;
Expand All @@ -132,7 +118,4 @@ table HubConfig {

/// OTA update configuration
ota_update:OtaUpdateConfig;

/// DNS configuration
dns:DnsConfig;
}

0 comments on commit 1dfea17

Please sign in to comment.