From 53b1a920c7a06e81868f5a407fe7f03c2b731154 Mon Sep 17 00:00:00 2001 From: reef-actor <35917163+reef-actor@users.noreply.github.com> Date: Mon, 1 Jul 2019 23:14:03 +0100 Subject: [PATCH] Revert "Add changelog entry for Sonoff L1 support" This reverts commit b930cd1474d18a591b6dc5900f54637ca73359d5. --- sonoff/_changelog.ino | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sonoff/_changelog.ino b/sonoff/_changelog.ino index a9d29bda4..0ebffba3b 100644 --- a/sonoff/_changelog.ino +++ b/sonoff/_changelog.ino @@ -1,8 +1,4 @@ -/* - * 6.5.0.16 - * Add support for Sonoff L1 - * - * 6.5.0.16 20190611 +/* 6.5.0.16 20190611 * Refactored TLS based on BearSSL, warning breaking change for fingerprints validation (see doc) * Add checkbox to GUI password field enabling visibility during password entry only (#5934) * Add using heap when more than 199 IRSend values need to be send. May need increase of define MQTT_MAX_PACKET_SIZE too (#5950)