Skip to content

Commit

Permalink
Merge pull request #37 from VitroTech/sdk-v207
Browse files Browse the repository at this point in the history
Sdk v207
  • Loading branch information
TomaszAIR authored Aug 2, 2023
2 parents 138a56c + 562c60c commit d5f733d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Applications/IoTBlock-test/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ int main()
while(1) {
block[i] = i;
iotBlock.make(block, i + 1, 0x132);
//iotBlock.print();
iotBlock.print();

iotBlock.send();
i++;
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ TEMPLATE
-->

## [1.4.4] - 2023-08-02

### Changed

- SDK updated to v2.0.7.
- IoT Block test app print IoTBlock on serial for test purposes.

## [1.4.3] - 2023-06-14

### Changed
Expand Down Expand Up @@ -141,7 +148,8 @@ TEMPLATE
- Template for an application main.cpp file
- It contains code that sends dummy IoT Block every 5s

[Unreleased]: https://github.com/VitroTech/shard-v2-app-template/compare/v1.4.3...HEAD
[Unreleased]: https://github.com/VitroTech/shard-v2-app-template/compare/v1.4.4...HEAD
[1.4.4]: https://github.com/VitroTech/shard-v2-app-template/compare/v1.4.3...v1.4.4
[1.4.3]: https://github.com/VitroTech/shard-v2-app-template/compare/v1.4.2...v1.4.3
[1.4.2]: https://github.com/VitroTech/shard-v2-app-template/compare/v1.4.1...v1.4.2
[1.4.1]: https://github.com/VitroTech/shard-v2-app-template/compare/v1.4.0...v1.4.1
Expand Down
2 changes: 1 addition & 1 deletion common/global_consts.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define VITROIO_TEMPLATE_VERSION_MAJOR 1
#define VITROIO_TEMPLATE_VERSION_MINOR 4
#define VITROIO_TEMPLATE_VERSION_PATCH 3
#define VITROIO_TEMPLATE_VERSION_PATCH 4
#define VITROIO_TEMPLATE_VERSION_RC 0

#define VITRIOIO_TEMPLATE_FIRMWARE_ID 0
Expand Down

0 comments on commit d5f733d

Please sign in to comment.