From 3834075990a4f0b65fc1006260d42d1fd5052ab2 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 11 Jul 2022 09:59:27 +0200 Subject: [PATCH] ULP Support --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08c835494..dd741cba4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file. ### Added - Support for Sonoff POWR3xxD and THR3xxD (#15856) - Support for bistable (latching) relays mixed with monostable relays using GPIO Relay_b or Relay_bi +- Support for ULP (ESP32) via Berry ### Changed - Driver DHT v6 consolidation for both ESP8266 and ESP32 to support SI7021, THS01 and MS01 on ESP32 (#15856)