Skip to content

Commit dc60701

Browse files
Merge pull request #851 from WildernessLabs/develop
Merge latest dev to main
2 parents c557533 + 739996c commit dc60701

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

docs/Meadow/Meadow_Tools/Meadow_CLI/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,14 @@ dotnet tool update WildernessLabs.Meadow.CLI --global
8585
</TabItem>
8686
</Tabs>
8787

88+
> While you are installing Meadow CLI via `dotnet`, you may also want to install the Meadow project templates. This will allow you to create new Meadow projects quickly from the command-line.
89+
>
90+
> ```
91+
> dotnet new install WildernessLabs.Meadow.Template
92+
> ```
93+
>
94+
> For more details, see the [Getting Started page for your desired target device or platform](../../Getting_Started/).
95+
8896
8997
## Executing Commands
9098

docs/Meadow/Release_Notes/v2/index.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,29 @@ subtitle: Release Notes
1010
* [Meadow.CLI](/Meadow/Meadow_Tools/Meadow_CLI/)
1111
* [Meadow.OS](/Meadow/Getting_Started/Deploying_Meadow%2EOS/)
1212

13+
## v2.4.0.0
14+
15+
This is a full-stack (Meadow.OS + managed stack) release that adds device reset logic when connection to the cloud is lost. It also includes a number of new Meadow.Foundation MicroLayout controls, as well as sundry fixes and cleanups.
16+
17+
18+
### Meadow.OS
19+
20+
* Fixed issue 842, [Unable to monitor frequency on pins PB14 or PB15](https://github.com/WildernessLabs/Meadow_Issues/issues/842)
21+
* A software reset is now performed on cell modems whenever connectivity is lost, to improve modem reliability
22+
23+
### Meadow.Core
24+
25+
* PlatformOS now has a `TimeChanged` event
26+
* Lack of connectivity to Meadow.Cloud for over 3 hours (configurable) will now reset the device
27+
28+
### Meadow.Foundation
29+
30+
* General layout and performance improvements in `MicroLayout`
31+
* Added `DataGrid` control to `MicroLayout`
32+
* Added `DoubleLabel` control to `MicroLayout`
33+
* `MicroScheduler` library improvements
34+
* Fixed SPI for Neo8 GPS
35+
1336
## v2.3.0.1
1437

1538
This is a full-stack (Meadow.OS + managed stack) that includes a huge rework of the OtA functionality of Meadow.OS, making it far simpler and easier to use. It also includes a number of performance enhancements, bug fixes, and a host of new industrial peripheral drivers. Some of the major improvements include:

0 commit comments

Comments
 (0)