Skip to content

Commit

Permalink
V1.5.1 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
bawilless committed Feb 28, 2024
1 parent ffb9066 commit f6a1868
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions releaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## Version: 1.5.1
Release type: **Documentation Release**

Date: Feb 28, 2024

## Note: The V1.5.1 release is compatible with Edge Impulse Models generated after 2/7/2024.

### New Features
- AAGBT-143: Update IoTConnect documentation. Add new device and dashboard templates.
- AAGBT-145: Add new document [RASynEdgeImpulseDataIngestion.md](./docs/RASynEdgeImpulseDataIngestion.md) detailing how to use the Edge Impulse Daemon to capture training data from the RASynBoard directly into Edge Impulse
- AAGBT-146: Add a video link showcasing capturing training data using the Edge Impulse Daemon
- AAGBT-147: Update the troubleshooting guide to include common Renesas Flash Programmer errors

### Bug Fixes
None

### Known Issues
- AABGT-105: When using a custom BLE name, the OOB application is not able to connect to the Python GUI demo application
- AABGT-123: When capturing audio, or IMU data if there is an issue receiving data from the NDP120 the application hangs

## Version: 1.5.0
Release type: **Feature Release**

Expand Down
4 changes: 2 additions & 2 deletions src/version_string.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <stdio.h>

// Set RELEASE_BUILD to 1 for official releases, 0 for engineeering builds
#define RELEASE_BUILD 0
#define RELEASE_BUILD 1

#ifndef VERSION_STRING_H_
#define VERSION_STRING_H_
Expand All @@ -22,7 +22,7 @@

// Increment Build Version when Major and Minor versions do not change
// If Major or Minor versions change, reset BUILD_VERSION to 0
#define BUILD_VERSION "0"
#define BUILD_VERSION "1"

#else
#define BUILD_VERSION "Engineering Build"
Expand Down

0 comments on commit f6a1868

Please sign in to comment.