Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5bbd7f commit 48556b3Copy full SHA for 48556b3
docs/RELEASES.md
@@ -1,6 +1,13 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## v1.7 2021-10-10
5
+### Fixed
6
+- Potential issue when node is only Receiver (presumably will be skipped in node-util struct)
7
+
8
+### Added
9
+- Support multiple transmitters on single frame (for --node-utils generation variant)
10
11
## v1.6 2021-09-09
12
### Added
13
- 4th CLI param '--node-utils' for generation pairs of binutil for each
src/codegen/version.h
@@ -3,4 +3,4 @@
#include <stdint.h>
#define CODEGEN_LIB_VERSION_MAJ (1)
-#define CODEGEN_LIB_VERSION_MIN (6)
+#define CODEGEN_LIB_VERSION_MIN (7)
0 commit comments