-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #72 from WildernessLabs/jorge-updates
Fix Config files
- Loading branch information
Showing
59 changed files
with
657 additions
and
536 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
122 changes: 61 additions & 61 deletions
122
Meadow_DotNet_SDK/Project_Templates/templates/MeadowCoreComputeCSharp/meadow.config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,62 @@ | ||
# Acceptable values for true: true, 1, yes | ||
# Acceptable values for false: false, 0, no | ||
|
||
# Main Device Config | ||
Device: | ||
|
||
# Name of the device on the network. | ||
Name: MeadowDevice | ||
|
||
# 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.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: | ||
|
||
# Network Interface (Default value is WiFi with DHCP) | ||
# 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: | ||
|
||
# Default Interface | ||
# DefaultInterface: Wifi | ||
|
||
# Automatically attempt to get the time at startup? | ||
# GetNetworkTimeAtStartup: true | ||
|
||
# Time synchronization period in seconds. | ||
# NtpRefreshPeriod: 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 | ||
# Acceptable values for true: true, 1, yes | ||
# Acceptable values for false: false, 0, no | ||
|
||
# Main Device Config | ||
Device: | ||
|
||
# Name of the device on the network. | ||
Name: MeadowDevice | ||
|
||
# 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.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: | ||
|
||
# Network Interface (Default value is WiFi with DHCP) | ||
# 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: | ||
|
||
# Default Interface | ||
# DefaultInterface: Wifi | ||
|
||
# Automatically attempt to get the time at startup? | ||
# GetNetworkTimeAtStartup: true | ||
|
||
# Time synchronization period in seconds. | ||
# NtpRefreshPeriod: 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 |
22 changes: 11 additions & 11 deletions
22
Meadow_DotNet_SDK/Project_Templates/templates/MeadowCoreComputeCSharp/wifi.config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# Uncomment to set the default Wi-Fi credentials. (This file will be processed into secure storage on the ESP32 and then deleted from the device.) | ||
# To learn more about these config options, including custom application configuration settings, check out the Application Settings Configuration documentation. | ||
# http://developer.wildernesslabs.co/Meadow/Meadow.OS/Configuration/WiFi_Configuration/ | ||
|
||
# WiFi network credentials | ||
Credentials: | ||
|
||
# WiFi SSID | ||
# Ssid: YourSSID | ||
|
||
# WiFi Password | ||
# Uncomment to set the default Wi-Fi credentials. (This file will be processed into secure storage on the ESP32 and then deleted from the device.) | ||
# To learn more about these config options, including custom application configuration settings, check out the Application Settings Configuration documentation. | ||
# http://developer.wildernesslabs.co/Meadow/Meadow.OS/Configuration/WiFi_Configuration/ | ||
|
||
# WiFi network credentials | ||
#Credentials: | ||
|
||
# WiFi SSID | ||
# Ssid: YourSSID | ||
|
||
# WiFi Password | ||
# Password: SSIDPassword |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,4 @@ | |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
</None> | ||
</ItemGroup> | ||
</Project> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.