Skip to content

Commit

Permalink
Update to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JordySkyLab committed Jan 5, 2021
1 parent 226ac52 commit e695845
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,6 @@ Version | Changes
1.3 | Changes for BasicLoRaA sketch: Changed downlink to take fewer bytes. Fix a battery draining joining issue when there is no LoRa coverage. Added support for motion detection, enable by setting motionActivation to 1.
1.3.1 | Fixed joining issue after a failed join in BasicLoRaA sketch.
1.4 | Updated port 2 uplink (byte 27). Updated downlink format, including examples. Added downlink confirm uplink. Ability to save settings to EEPROM so they will not reset on reboot.

1.4.1 | File cleanup.


43 changes: 43 additions & 0 deletions package_skylab_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,49 @@
"websiteURL": "https://skylab.nl",
"platforms":
[
{
"name": "SkyLab_Boards",
"architecture": "samd",
"version": "1.4.1",
"category": "Contributed",
"url": "https://github.com/SkyLabIoT/LoRaEdge_BasicTracking/releases/download/v1.4.1/SkyLab_Boards1.4.1.zip",
"archiveFileName": "SkyLab_Boards1.4.1.zip",
"checksum": "SHA-256:2b4402b9ed9fec74e941c3a0114c9fa61e48f115b630e1ea71fb3dfc3c57dff8",
"size": "4755456",
"boards": [
{
"name": "SkyLab LoRa Edge"
}
],
"toolsDependencies":
[
{
"packager": "arduino",
"name": "arm-none-eabi-gcc",
"version": "7-2017q4"
},
{
"packager": "arduino",
"name": "bossac",
"version": "1.8.0-48-gb176eee"
},
{
"packager": "arduino",
"name": "openocd",
"version": "0.10.0-arduino9"
},
{
"packager": "arduino",
"name": "CMSIS",
"version": "4.5.0"
},
{
"packager": "arduino",
"name": "CMSIS-Atmel",
"version": "1.2.0"
}
]
},
{
"name": "SkyLab_Boards",
"architecture": "samd",
Expand Down

0 comments on commit e695845

Please sign in to comment.