Skip to content

Commit d9f047f

Browse files
committed
update golden files
1 parent d9d8d52 commit d9f047f

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
void setup() {}
1+
void setup() {
2+
// put your setup code here, to run once:
23

3-
void loop() {}
4+
}
5+
6+
void loop() {
7+
// put your main code here, to run repeatedly:
8+
9+
}

internal/orchestrator/app/generator/testdata/app-all.golden/sketch/sketch.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,4 @@ profiles:
44
platforms:
55
- platform: arduino:zephyr
66
libraries:
7-
- MsgPack (0.4.2)
8-
- DebugLog (0.8.4)
9-
- ArxContainer (0.7.0)
10-
- ArxTypeTraits (0.3.1)
117
default_profile: default
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
void setup() {}
1+
void setup() {
2+
// put your setup code here, to run once:
23

3-
void loop() {}
4+
}
5+
6+
void loop() {
7+
// put your main code here, to run repeatedly:
8+
9+
}

internal/orchestrator/app/generator/testdata/app-no-python.golden/sketch/sketch.yaml

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

0 commit comments

Comments
 (0)