Skip to content

Commit

Permalink
Fixes env name error
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Aug 21, 2024
1 parent d42e7bc commit 9f0a23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitVmeter/P
extends=Paper, option_release, arduino_latest
build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitVmeter/PlotToSerial>

[env:UnitVmeter_1PlotToSerial_Fire_Arduino_latest]
[env:UnitVmeter_PlotToSerial_Fire_Arduino_latest]
extends=Fire, option_release, arduino_latest
build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitVmeter/PlotToSerial>

Expand Down

0 comments on commit 9f0a23d

Please sign in to comment.