Skip to content

Commit c9a74bf

Browse files
committed
Reworked ABM connection
1 parent c3c22d7 commit c9a74bf

File tree

13 files changed

+876
-853
lines changed

13 files changed

+876
-853
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Compilation
2+
3+
Copy tinyproto ./src folder and ./component.mk file to components/tinyproto folder before compilation.
4+
5+
## Options
6+
7+
Example allows to run TinyProto in single thread and multithread modes
8+
9+
> ./tiny_loopback -p /dev/ttyS8 -t fd -w 7 -g -c 16 -r
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Copy tinyproto ./src folder and ./component.mk file to this folder
2+
and then compile example with ESP-IDF

0 commit comments

Comments
 (0)