Skip to content

Commit

Permalink
Fixes wrong settings
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Oct 17, 2024
1 parent 31a8307 commit ddc939f
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 @@ -493,7 +493,7 @@ extends=Core, option_release, arduino_5_4_0
build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitKmeterISO/PlotToSerial>

[env:UnitKmeterISO_PlotToSerial_Core_Arduino_4_4_0]
extends=Core, option_release, arduino_5_4_0
extends=Core, option_release, arduino_4_4_0
build_src_filter = +<*> -<.git/> -<.svn/> +<../examples/UnitUnified/UnitKmeterISO/PlotToSerial>

[env:UnitKmeterISO_PlotToSerial_Core2_Arduino_latest]
Expand Down

0 comments on commit ddc939f

Please sign in to comment.