Skip to content

Commit

Permalink
Merge pull request #48 from WildernessLabs/dominique-FixMeadowConfigXaml
Browse files Browse the repository at this point in the history
Fix meadow config xaml
  • Loading branch information
jorgedevs authored Jul 21, 2023
2 parents f11895a + ac41a37 commit 3ed9a45
Show file tree
Hide file tree
Showing 12 changed files with 326 additions and 314 deletions.
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
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
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
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
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
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
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
Loading

0 comments on commit 3ed9a45

Please sign in to comment.