mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Wireguard component (#4256)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Co-authored-by: Simone Rossetto <simros85@gmail.com> Co-authored-by: Thomas Bernard <thomas0bernard@gmail.com>
This commit is contained in:
		| @@ -123,6 +123,7 @@ lib_deps = | ||||
|     DNSServer                            ; captive_portal (Arduino built-in) | ||||
|     esphome/ESP32-audioI2S@2.0.7         ; i2s_audio | ||||
|     crankyoldgit/IRremoteESP8266@2.7.12  ; heatpumpir | ||||
|     droscy/esp_wireguard@0.3.2           ; wireguard | ||||
| build_flags = | ||||
|     ${common:arduino.build_flags} | ||||
|     -DUSE_ESP32 | ||||
| @@ -141,6 +142,7 @@ framework = espidf | ||||
| lib_deps = | ||||
|     ${common:idf.lib_deps} | ||||
|     espressif/esp32-camera@1.0.0  ; esp32_camera | ||||
|     droscy/esp_wireguard@0.3.2    ; wireguard | ||||
| build_flags = | ||||
|     ${common:idf.build_flags} | ||||
|     -Wno-nonnull-compare | ||||
|   | ||||
		Reference in New Issue
	
	Block a user