From 99e6d7f2ffbdbb6460ad23762fcb10a44657d1e0 Mon Sep 17 00:00:00 2001 From: Andre Thomas Date: Fri, 7 Dec 2018 01:09:33 +0200 Subject: [PATCH] MCP230xx driver - add interrupt retention MCP230xx driver - add interrupt retention over teleperiod. --- sonoff/_changelog.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/sonoff/_changelog.ino b/sonoff/_changelog.ino index b962b13de..cbad2b3c2 100644 --- a/sonoff/_changelog.ino +++ b/sonoff/_changelog.ino @@ -1,6 +1,7 @@ /* 6.3.0.16 20181201 * Add support for iFan02 Fanspeed in Domoticz using a selector (#4517) * Add Announce Switches to MQTT Discovery (#4531) + * Update MCP230xx driver to support interrupt retention over teleperiod (#4547) * * 6.3.0.15 20181201 * Removed command SetOption36 (#4497)