mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	API encryption switch to libsodium backend (#2456)
This commit is contained in:
		| @@ -121,7 +121,7 @@ async def to_code(config): | ||||
|         decoded = base64.b64decode(conf[CONF_KEY]) | ||||
|         cg.add(var.set_noise_psk(list(decoded))) | ||||
|         cg.add_define("USE_API_NOISE") | ||||
|         cg.add_library("esphome/noise-c", "0.1.1") | ||||
|         cg.add_library("esphome/noise-c", "0.1.3") | ||||
|     else: | ||||
|         cg.add_define("USE_API_PLAINTEXT") | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user