mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[libretiny] Set lib_compat_mode to soft for libretiny (#9439)
This commit is contained in:
		| @@ -268,7 +268,7 @@ async def component_to_code(config): | ||||
|  | ||||
|     # disable library compatibility checks | ||||
|     cg.add_platformio_option("lib_ldf_mode", "off") | ||||
|     cg.add_platformio_option("lib_compat_mode", "strict") | ||||
|     cg.add_platformio_option("lib_compat_mode", "soft") | ||||
|     # include <Arduino.h> in every file | ||||
|     cg.add_platformio_option("build_src_flags", "-include Arduino.h") | ||||
|     # dummy version code | ||||
|   | ||||
| @@ -212,6 +212,7 @@ build_unflags = | ||||
| extends = common:arduino | ||||
| platform = libretiny@1.9.1 | ||||
| framework = arduino | ||||
| lib_compat_mode = soft | ||||
| lib_deps = | ||||
|     droscy/esp_wireguard@0.4.2    ; wireguard | ||||
| build_flags = | ||||
|   | ||||
		Reference in New Issue
	
	Block a user