Skip to content

Commit

Permalink
updated legacy call for src filter
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Jul 29, 2022
1 parent 8d4963f commit e5d8dab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,19 @@ lib_deps =

[env:esp8266full]
extends = esp8266_common
src_filter = -<*> +<platformio/>
build_src_filter = -<*> +<platformio/>

[env:esp32sps30i2c]
extends = esp32_common
src_filter = -<*> +<sps30i2c/>
build_src_filter = -<*> +<sps30i2c/>

[env:esp32full]
extends = esp32_common
src_filter = -<*> +<platformio/>
build_src_filter = -<*> +<platformio/>

[env:esp32]
extends = esp32_common
src_filter = -<*> +<advanced_multivariable/>
build_src_filter = -<*> +<advanced_multivariable/>

; [env:teensy36]
; platform = teensy
Expand All @@ -92,4 +92,4 @@ src_filter = -<*> +<advanced_multivariable/>

;[env:arduino]
;extends = arduino_avr
;src_filter = -<*> +<platformio/>
;build_src_filter = -<*> +<platformio/>

0 comments on commit e5d8dab

Please sign in to comment.