Skip to content

Commit

Permalink
Merge pull request #137 from WildernessLabs/dominique-FixMeadowConfig…
Browse files Browse the repository at this point in the history
…Xaml

Sync *.yaml spacing changes with Meadow.Sdk.
  • Loading branch information
jorgedevs authored Jul 21, 2023
2 parents 66cfce0 + dbd2e3b commit 514cd98
Show file tree
Hide file tree
Showing 12 changed files with 328 additions and 316 deletions.
2 changes: 1 addition & 1 deletion Meadow.CSharp.CoreCompute.Template/app.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Lifecycle:
# Control whether Meadow will restart when an unhandled app exception occurs. Combine with Lifecycle > AppFailureRestartDelaySeconds to control restart timing.
RestartOnAppFailure: false
# # When app set to restart automatically on app failure,
# AppFailureRestartDelaySeconds: 15
#AppFailureRestartDelaySeconds: 15

# # Adjust the level of logging detail.
#Logging:
Expand Down
104 changes: 53 additions & 51 deletions Meadow.CSharp.CoreCompute.Template/meadow.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,54 +2,56 @@
# To learn more about these config options, check out the OS & Device Configuration documentation.
# http://developer.wildernesslabs.co/Meadow/Meadow.OS/Configuration/OS_Device_Configuration/

# Device:
# # Name of the device on the network.
# Name: MeadowF7V2_ConfigSample
#
# # Uncomment if SD card hardware present on this hardware (e.g., Core-Compute module with SD add-on)? Optional; default value is `false`.
# SdStorageSupported: true
# # Control how the ESP coprocessor will start and operate.
# Coprocessor:
# # Should the ESP32 automatically attempt to connect to an access point at startup?
# # If set to true, wifi.config.yaml credentials must be stored in the device.
# AutomaticallyStartNetwork: true
#
# # Should the ESP32 automatically reconnect to the configured access point?
# AutomaticallyReconnect: true
#
# # Maximum number of retry attempts for connections etc. before an error code is returned.
# MaximumRetryCount: 7
# # Network configuration.
# Network:
# Interfaces:
# - Name: Ethernet
# UseDHCP: false
# IPAddress: 192.168.1.60
# NetMask: 255.255.255.0
# Gateway: 192.168.1.254
# - Name: WiFi
# UseDHCP: true
# IPAddress:
# NetMask:
# Gateway:
#
# # Which interface should be used?
# DefaultInterface: WiFi
#
# # Automatically attempt to get the time at startup?
# GetNetworkTimeAtStartup: true
#
# # Time synchronization period in seconds.
# NtpRefreshPeriodSeconds: 600
#
# # Name of the NTP servers.
# NtpServers:
# - 0.pool.ntp.org
# - 1.pool.ntp.org
# - 2.pool.ntp.org
# - 3.pool.ntp.org
#
# # IP addresses of the DNS servers.
# DnsServers:
# - 1.1.1.1
# - 8.8.8.8
#Device:
# Name of the device on the network.
# Name: MeadowF7V2_ConfigSample

# Uncomment if SD card hardware present on this hardware (e.g., Core-Compute module with SD add-on)? Optional; default value is `false`.
# SdStorageSupported: true

# Control how the ESP coprocessor will start and operate.
#Coprocessor:
# Should the ESP32 automatically attempt to connect to an access point at startup?
# If set to true, wifi.config.yaml credentials must be stored in the device.
# AutomaticallyStartNetwork: true

# Should the ESP32 automatically reconnect to the configured access point?
# AutomaticallyReconnect: true

# Maximum number of retry attempts for connections etc. before an error code is returned.
# MaximumRetryCount: 7

# Network configuration.
#Network:
# Interfaces:
# - Name: Ethernet
# UseDHCP: false
# IPAddress: 192.168.1.60
# NetMask: 255.255.255.0
# Gateway: 192.168.1.254
# - Name: WiFi
# UseDHCP: true
# IPAddress:
# NetMask:
# Gateway:

# Which interface should be used?
# DefaultInterface: WiFi

# Automatically attempt to get the time at startup?
# GetNetworkTimeAtStartup: true

# Time synchronization period in seconds.
# NtpRefreshPeriodSeconds: 600

# Name of the NTP servers.
# NtpServers:
# - 0.pool.ntp.org
# - 1.pool.ntp.org
# - 2.pool.ntp.org
# - 3.pool.ntp.org

# IP addresses of the DNS servers.
# DnsServers:
# - 1.1.1.1
# - 8.8.8.8
4 changes: 2 additions & 2 deletions Meadow.CSharp.Template/app.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Lifecycle:
# Control whether Meadow will restart when an unhandled app exception occurs. Combine with Lifecycle > AppFailureRestartDelaySeconds to control restart timing.
RestartOnAppFailure: false
# # When app set to restart automatically on app failure,
# AppFailureRestartDelaySeconds: 15
#AppFailureRestartDelaySeconds: 15

# # Adjust the level of logging detail.
#Logging:
# LogLevel:
# Default: Trace
# Default: Trace
104 changes: 53 additions & 51 deletions Meadow.CSharp.Template/meadow.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,54 +2,56 @@
# To learn more about these config options, check out the OS & Device Configuration documentation.
# http://developer.wildernesslabs.co/Meadow/Meadow.OS/Configuration/OS_Device_Configuration/

# Device:
# # Name of the device on the network.
# Name: MeadowF7V2_ConfigSample
#
# # Uncomment if SD card hardware present on this hardware (e.g., Core-Compute module with SD add-on)? Optional; default value is `false`.
# SdStorageSupported: true
# # Control how the ESP coprocessor will start and operate.
# Coprocessor:
# # Should the ESP32 automatically attempt to connect to an access point at startup?
# # If set to true, wifi.config.yaml credentials must be stored in the device.
# AutomaticallyStartNetwork: true
#
# # Should the ESP32 automatically reconnect to the configured access point?
# AutomaticallyReconnect: true
#
# # Maximum number of retry attempts for connections etc. before an error code is returned.
# MaximumRetryCount: 7
# # Network configuration.
# Network:
# Interfaces:
# - Name: Ethernet
# UseDHCP: false
# IPAddress: 192.168.1.60
# NetMask: 255.255.255.0
# Gateway: 192.168.1.254
# - Name: WiFi
# UseDHCP: true
# IPAddress:
# NetMask:
# Gateway:
#
# # Which interface should be used?
# DefaultInterface: WiFi
#
# # Automatically attempt to get the time at startup?
# GetNetworkTimeAtStartup: true
#
# # Time synchronization period in seconds.
# NtpRefreshPeriodSeconds: 600
#
# # Name of the NTP servers.
# NtpServers:
# - 0.pool.ntp.org
# - 1.pool.ntp.org
# - 2.pool.ntp.org
# - 3.pool.ntp.org
#
# # IP addresses of the DNS servers.
# DnsServers:
# - 1.1.1.1
# - 8.8.8.8
#Device:
# Name of the device on the network.
# Name: MeadowF7V2_ConfigSample

# Uncomment if SD card hardware present on this hardware (e.g., Core-Compute module with SD add-on)? Optional; default value is `false`.
# SdStorageSupported: true

# Control how the ESP coprocessor will start and operate.
#Coprocessor:
# Should the ESP32 automatically attempt to connect to an access point at startup?
# If set to true, wifi.config.yaml credentials must be stored in the device.
# AutomaticallyStartNetwork: true

# Should the ESP32 automatically reconnect to the configured access point?
# AutomaticallyReconnect: true

# Maximum number of retry attempts for connections etc. before an error code is returned.
# MaximumRetryCount: 7

# Network configuration.
#Network:
# Interfaces:
# - Name: Ethernet
# UseDHCP: false
# IPAddress: 192.168.1.60
# NetMask: 255.255.255.0
# Gateway: 192.168.1.254
# - Name: WiFi
# UseDHCP: true
# IPAddress:
# NetMask:
# Gateway:

# Which interface should be used?
# DefaultInterface: WiFi

# Automatically attempt to get the time at startup?
# GetNetworkTimeAtStartup: true

# Time synchronization period in seconds.
# NtpRefreshPeriodSeconds: 600

# Name of the NTP servers.
# NtpServers:
# - 0.pool.ntp.org
# - 1.pool.ntp.org
# - 2.pool.ntp.org
# - 3.pool.ntp.org

# IP addresses of the DNS servers.
# DnsServers:
# - 1.1.1.1
# - 8.8.8.8
4 changes: 2 additions & 2 deletions Meadow.FSharp.CoreCompute.Template/app.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Lifecycle:
# Control whether Meadow will restart when an unhandled app exception occurs. Combine with Lifecycle > AppFailureRestartDelaySeconds to control restart timing.
RestartOnAppFailure: false
# # When app set to restart automatically on app failure,
# AppFailureRestartDelaySeconds: 15
#AppFailureRestartDelaySeconds: 15

# # Adjust the level of logging detail.
#Logging:
# LogLevel:
# Default: Trace
# Default: Trace
104 changes: 53 additions & 51 deletions Meadow.FSharp.CoreCompute.Template/meadow.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,54 +2,56 @@
# To learn more about these config options, check out the OS & Device Configuration documentation.
# http://developer.wildernesslabs.co/Meadow/Meadow.OS/Configuration/OS_Device_Configuration/

# Device:
# # Name of the device on the network.
# Name: MeadowF7V2_ConfigSample
#
# # Uncomment if SD card hardware present on this hardware (e.g., Core-Compute module with SD add-on)? Optional; default value is `false`.
# SdStorageSupported: true
# # Control how the ESP coprocessor will start and operate.
# Coprocessor:
# # Should the ESP32 automatically attempt to connect to an access point at startup?
# # If set to true, wifi.config.yaml credentials must be stored in the device.
# AutomaticallyStartNetwork: true
#
# # Should the ESP32 automatically reconnect to the configured access point?
# AutomaticallyReconnect: true
#
# # Maximum number of retry attempts for connections etc. before an error code is returned.
# MaximumRetryCount: 7
# # Network configuration.
# Network:
# Interfaces:
# - Name: Ethernet
# UseDHCP: false
# IPAddress: 192.168.1.60
# NetMask: 255.255.255.0
# Gateway: 192.168.1.254
# - Name: WiFi
# UseDHCP: true
# IPAddress:
# NetMask:
# Gateway:
#
# # Which interface should be used?
# DefaultInterface: WiFi
#
# # Automatically attempt to get the time at startup?
# GetNetworkTimeAtStartup: true
#
# # Time synchronization period in seconds.
# NtpRefreshPeriodSeconds: 600
#
# # Name of the NTP servers.
# NtpServers:
# - 0.pool.ntp.org
# - 1.pool.ntp.org
# - 2.pool.ntp.org
# - 3.pool.ntp.org
#
# # IP addresses of the DNS servers.
# DnsServers:
# - 1.1.1.1
# - 8.8.8.8
#Device:
# Name of the device on the network.
# Name: MeadowF7V2_ConfigSample

# Uncomment if SD card hardware present on this hardware (e.g., Core-Compute module with SD add-on)? Optional; default value is `false`.
# SdStorageSupported: true

# Control how the ESP coprocessor will start and operate.
#Coprocessor:
# Should the ESP32 automatically attempt to connect to an access point at startup?
# If set to true, wifi.config.yaml credentials must be stored in the device.
# AutomaticallyStartNetwork: true

# Should the ESP32 automatically reconnect to the configured access point?
# AutomaticallyReconnect: true

# Maximum number of retry attempts for connections etc. before an error code is returned.
# MaximumRetryCount: 7

# Network configuration.
#Network:
# Interfaces:
# - Name: Ethernet
# UseDHCP: false
# IPAddress: 192.168.1.60
# NetMask: 255.255.255.0
# Gateway: 192.168.1.254
# - Name: WiFi
# UseDHCP: true
# IPAddress:
# NetMask:
# Gateway:

# Which interface should be used?
# DefaultInterface: WiFi

# Automatically attempt to get the time at startup?
# GetNetworkTimeAtStartup: true

# Time synchronization period in seconds.
# NtpRefreshPeriodSeconds: 600

# Name of the NTP servers.
# NtpServers:
# - 0.pool.ntp.org
# - 1.pool.ntp.org
# - 2.pool.ntp.org
# - 3.pool.ntp.org

# IP addresses of the DNS servers.
# DnsServers:
# - 1.1.1.1
# - 8.8.8.8
4 changes: 2 additions & 2 deletions Meadow.FSharp.Template/app.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Lifecycle:
# Control whether Meadow will restart when an unhandled app exception occurs. Combine with Lifecycle > AppFailureRestartDelaySeconds to control restart timing.
RestartOnAppFailure: false
# # When app set to restart automatically on app failure,
# AppFailureRestartDelaySeconds: 15
#AppFailureRestartDelaySeconds: 15

# # Adjust the level of logging detail.
#Logging:
# LogLevel:
# Default: Trace
# Default: Trace
Loading

0 comments on commit 514cd98

Please sign in to comment.