fix PR #200 review issues
This commit is contained in:
parent
39087a446d
commit
e8aa63822a
4 changed files with 87 additions and 48 deletions
|
|
@ -455,7 +455,7 @@ impl Default for PeripheralBoardConfig {
|
|||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub struct GatewayConfig {
|
||||
/// Gateway port (default: 8080)
|
||||
/// Gateway port (default: 3000)
|
||||
#[serde(default = "default_gateway_port")]
|
||||
pub port: u16,
|
||||
/// Gateway host (default: 127.0.0.1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue