mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Add src_filter
This commit is contained in:
parent
cdb20f4fe4
commit
f01b16f480
@ -70,6 +70,8 @@ build_flags =
|
||||
-I include ; include lv_conf.h and hasp_conf.h
|
||||
${override.build_flags}
|
||||
|
||||
src_filter = +<*> -<.git/> -<.svn/> -<example/> -<examples/> -<test/> -<tests/> -<stm32f4/>
|
||||
|
||||
; -- Platform specific build flags
|
||||
[flags]
|
||||
esp8266_flags=
|
||||
@ -130,6 +132,7 @@ monitor_port = COM7 ; To change the port, use platform_override.ini
|
||||
build_flags =
|
||||
${env.build_flags}
|
||||
${flags.stm32_flags}
|
||||
-I include/stm32f4
|
||||
; -- TFT_eSPI build options ------------------------
|
||||
${lcd.lolin24}
|
||||
;-D TFT_MISO=PB4 ;Default
|
||||
@ -148,6 +151,9 @@ lib_deps =
|
||||
STM32duino LwIP@^2.1.2
|
||||
STM32duino STM32Ethernet@^1.0.5
|
||||
|
||||
src_filter = +<*> -<.git/> -<.svn/> -<example/> -<examples/> -<test/> -<tests/> -<lv_lib_zifont/> +<stm32f4/>
|
||||
|
||||
|
||||
;***************************************************
|
||||
; Generic ESP32 build
|
||||
;***************************************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user