Skip to content

Commit d9d8d52

Browse files
committed
remove not used libraries
1 parent 45a631e commit d9d8d52

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed
Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
1-
#include <Arduino_RouterBridge.h>
2-
31
void setup() {
4-
// setup the bridge for comunicating with the Linux subsystem.
5-
Bridge.begin();
6-
7-
// start the monitor for debugging logs.
8-
Monitor.begin();
9-
102
// put your setup code here, to run once:
3+
114
}
125

136
void loop() {
147
// put your main code here, to run repeatedly:
8+
159
}

internal/orchestrator/app/generator/app_template/sketch/sketch.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,4 @@ profiles:
44
platforms:
55
- platform: arduino:zephyr
66
libraries:
7-
- Arduino_RouterBridge (0.2.2)
8-
- Arduino_RPClite (0.2.0)
9-
- MsgPack (0.4.2)
10-
- DebugLog (0.8.4)
11-
- ArxContainer (0.7.0)
12-
- ArxTypeTraits (0.3.1)
137
default_profile: default

0 commit comments

Comments
 (0)