mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Disable platformio LDF (#352)
* Disable platformio LDF * Use required build flags
This commit is contained in:
		| @@ -102,7 +102,7 @@ def to_code(config): | ||||
|     setup_component(fast_led, config) | ||||
|  | ||||
|  | ||||
| BUILD_FLAGS = '-DUSE_FAST_LED_LIGHT' | ||||
| REQUIRED_BUILD_FLAGS = '-DUSE_FAST_LED_LIGHT' | ||||
|  | ||||
| LIB_DEPS = 'FastLED@3.2.0' | ||||
|  | ||||
|   | ||||
| @@ -82,7 +82,7 @@ def to_code(config): | ||||
|     setup_component(fast_led, config) | ||||
|  | ||||
|  | ||||
| BUILD_FLAGS = '-DUSE_FAST_LED_LIGHT' | ||||
| REQUIRED_BUILD_FLAGS = '-DUSE_FAST_LED_LIGHT' | ||||
|  | ||||
| LIB_DEPS = 'FastLED@3.2.0' | ||||
|  | ||||
|   | ||||
| @@ -160,7 +160,7 @@ def to_code(config): | ||||
|     setup_component(output, config) | ||||
|  | ||||
|  | ||||
| BUILD_FLAGS = '-DUSE_NEO_PIXEL_BUS_LIGHT' | ||||
| REQUIRED_BUILD_FLAGS = '-DUSE_NEO_PIXEL_BUS_LIGHT' | ||||
|  | ||||
| LIB_DEPS = 'NeoPixelBus@2.4.1' | ||||
|  | ||||
|   | ||||
| @@ -28,7 +28,7 @@ def to_code(config): | ||||
|     setup_component(web_server, config) | ||||
|  | ||||
|  | ||||
| BUILD_FLAGS = '-DUSE_WEB_SERVER' | ||||
| REQUIRED_BUILD_FLAGS = '-DUSE_WEB_SERVER' | ||||
|  | ||||
|  | ||||
| def lib_deps(config): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user