Skip to content

Commit

Permalink
updates for version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gigapod committed Apr 15, 2024
1 parent 7d25c45 commit a705149
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 45 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ The functionality of the DataLogger IoT firmware will continue to grow as SparkF

### Latest Firmware

* Version 01.1.99 - *Version 1.2 - Release Candidate* - [Overview of the Release](docs/relnotes/rn_v010200.md)
* >Note: OTA installation is not supported - Install via SD Card
* Version 01.2.00 - [Overview of the Release](docs/relnotes/rn_v010200.md)
* Version 01.1.01 - [Overview of the Release](docs/relnotes/rn_v010101.md)

## Documentation
Expand Down
5 changes: 1 addition & 4 deletions docs/relnotes/rn_v010200.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@

## SparkFun DataLogger IoT Firmware - Version 1.2

> NOTE
> The current release, Version 1.1.99, is a preview release of version 1.2 and is only available to install via an SD Card (no OTA update is available)
_March 22nd, 2024_
April 15th, 2024_

With the release of our version 1.2 software for our DataLogger IoT products, we continue to add additional functionally to the products capability, as well as fix a number of issues.

Expand Down
Binary file added firmware/bin/SparkFun_DataLoggerIoT_01.02.00.bin
Binary file not shown.
87 changes: 48 additions & 39 deletions firmware/manifest/sfe-dl-manifest.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,49 @@
{
"firmware": [
{
"ID": "SFE-DATALOGGER-IOT",
"Version": "01.00.01",
"VersionNumber": 010001,
"Date" : "04-30-2023",
"Description": "Final production release",
"URL": "https://raw.githubusercontent.com/sparkfun/SparkFun_DataLogger/main/firmware/bin/SparkFun_DataLoggerIoT_01.00.01.bin",
"Hash" : "b56f40c6eadf128a06bda1dd45d7bbaf"
},
{
"ID": "SFE-DATALOGGER-IOT",
"Version": "01.00.02",
"VersionNumber": 010002,
"Date" : "05-18-2023",
"Description": "Launch release/update",
"URL": "https://raw.githubusercontent.com/sparkfun/SparkFun_DataLogger/main/firmware/bin/SparkFun_DataLoggerIoT_01.00.02.bin",
"Hash" : "e0fa3646a7641bba9fa41f94a7dcbe83"
},
{
"ID": "SFE-DATALOGGER-IOT",
"Version": "01.00.03",
"VersionNumber": 010003,
"Date" : "07-14-2023",
"Description": "Bug Fix - GNSS",
"URL": "https://raw.githubusercontent.com/sparkfun/SparkFun_DataLogger/main/firmware/bin/SparkFun_DataLoggerIoT_01.00.03.bin",
"Hash" : "0a3620761c377353ee1ac33e13c640b4"
},
{
"ID": "SFE-DATALOGGER-IOT",
"Version": "01.01.01",
"VersionNumber": 010101,
"Date" : "11-16-2023",
"Description": "Version 1.1.01 feature release",
"URL": "https://raw.githubusercontent.com/sparkfun/SparkFun_DataLogger/main/firmware/bin/SparkFun_DataLoggerIoT_01.01.01.bin",
"Hash" : "81f95d19e9e70a0c203a1707d2c1fe4a"
}
]
}
"firmware": [
{
"ID": "SFE-DATALOGGER-IOT",
"Version": "01.00.01",
"VersionNumber": 010001,
"Date": "04-30-2023",
"Description": "Final production release",
"URL": "https://raw.githubusercontent.com/sparkfun/SparkFun_DataLogger/main/firmware/bin/SparkFun_DataLoggerIoT_01.00.01.bin",
"Hash": "b56f40c6eadf128a06bda1dd45d7bbaf"
},
{
"ID": "SFE-DATALOGGER-IOT",
"Version": "01.00.02",
"VersionNumber": 010002,
"Date": "05-18-2023",
"Description": "Launch release/update",
"URL": "https://raw.githubusercontent.com/sparkfun/SparkFun_DataLogger/main/firmware/bin/SparkFun_DataLoggerIoT_01.00.02.bin",
"Hash": "e0fa3646a7641bba9fa41f94a7dcbe83"
},
{
"ID": "SFE-DATALOGGER-IOT",
"Version": "01.00.03",
"VersionNumber": 010003,
"Date": "07-14-2023",
"Description": "Bug Fix - GNSS",
"URL": "https://raw.githubusercontent.com/sparkfun/SparkFun_DataLogger/main/firmware/bin/SparkFun_DataLoggerIoT_01.00.03.bin",
"Hash": "0a3620761c377353ee1ac33e13c640b4"
},
{
"ID": "SFE-DATALOGGER-IOT",
"Version": "01.01.01",
"VersionNumber": 010101,
"Date": "11-16-2023",
"Description": "Version 1.1.01 feature release",
"URL": "https://raw.githubusercontent.com/sparkfun/SparkFun_DataLogger/main/firmware/bin/SparkFun_DataLoggerIoT_01.01.01.bin",
"Hash": "81f95d19e9e70a0c203a1707d2c1fe4a"
},
{
"ID": "SFE-DATALOGGER-IOT",
"Version": "01.02.00",
"VersionNumber": 010200,
"Date": "04-15-2024",
"Description": "Version 1.2.00 feature release",
"URL": "https://raw.githubusercontent.com/sparkfun/SparkFun_DataLogger/main/firmware/bin/SparkFun_DataLoggerIoT_01.02.00.bin",
"Hash": "476f8e823321a254537fc1173fabe6ad"
}
]
}

0 comments on commit a705149

Please sign in to comment.