Skip to content

Commit c6e730e

Browse files
committed
Updated rebar.config to include default packbeam params
1 parent d975efe commit c6e730e

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

examples/bh1750_example/rebar.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55
{plugins, [
66
atomvm_rebar3_plugin
77
]}.
8+
{atomvm_rebar3_plugin, [
9+
{packbeam, [prune]}
10+
]}.

examples/bme280_example/rebar.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55
{plugins, [
66
atomvm_rebar3_plugin
77
]}.
8+
{atomvm_rebar3_plugin, [
9+
{packbeam, [prune]}
10+
]}.

examples/sht3x_example/rebar.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55
{plugins, [
66
atomvm_rebar3_plugin
77
]}.
8+
{atomvm_rebar3_plugin, [
9+
{packbeam, [prune]}
10+
]}.

0 commit comments

Comments
 (0)